Changeset 128 for trunk/Forms/UFormProperties.pas
- Timestamp:
- Apr 8, 2022, 9:43:55 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormProperties.pas
r127 r128 5 5 uses 6 6 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ComCtrls, 7 Menus, ActnList, UContact, UDataFile, UListViewSort, fgl, LazUTF8; 7 Menus, ActnList, UContact, UDataFile, UListViewSort, LazUTF8, 8 Generics.Collections; 8 9 9 10 type … … 64 65 FProperties: TContactProperties; 65 66 FUpdateCount: Integer; 66 procedure FilterList(List: T FPGObjectList<TObject>);67 procedure FilterList(List: TObjectList<TObject>); 67 68 procedure SetProperties(AValue: TContactProperties); 68 69 procedure DoUpdateInterface; … … 167 168 end; 168 169 169 procedure TFormProperties.FilterList(List: T FPGObjectList<TObject>);170 procedure TFormProperties.FilterList(List: TObjectList<TObject>); 170 171 var 171 172 I: Integer;
Note:
See TracChangeset
for help on using the changeset viewer.