Ignore:
Timestamp:
Dec 27, 2024, 10:29:54 AM (2 weeks ago)
Author:
chronos
Message:
  • Fixed: ItemList interface implementation was not working as expected. Implemented as proxy list instead.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormItem.pas

    r346 r349  
    8080  J: Integer;
    8181  Control: TControl;
    82   ReferenceList: IList<TItem>;
     82  ReferenceList: TBaseItemList;
    8383  ReferenceItem: TItem;
    8484begin
Note: See TracChangeset for help on using the changeset viewer.