Changeset 204 for trunk/Forms/UFormAcronyms.pas
- Timestamp:
- May 6, 2019, 2:49:33 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormAcronyms.pas
r184 r204 7 7 uses 8 8 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ComCtrls, 9 Menus, ActnList, UListViewSort, UAcronym, LazUTF8, SpecializedList;9 Menus, ActnList, UListViewSort, UAcronym, LazUTF8, fgl; 10 10 11 11 type … … 52 52 FAcronyms: TAcronyms; 53 53 MeaningCount: Integer; 54 procedure FilterList(List: T ListObject);54 procedure FilterList(List: TFPGObjectList<TObject>); 55 55 procedure SetAcronyms(AValue: TAcronyms); 56 56 procedure UpdateAcronymsList; … … 296 296 end; 297 297 298 procedure TFormAcronyms.FilterList(List: T ListObject);298 procedure TFormAcronyms.FilterList(List: TFPGObjectList<TObject>); 299 299 var 300 300 I: Integer;
Note:
See TracChangeset
for help on using the changeset viewer.