Changeset 204 for trunk/Forms/UFormMain.pas
- Timestamp:
- May 6, 2019, 2:49:33 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.pas
r200 r204 9 9 ComCtrls, StdCtrls, ExtCtrls, ActnList, Grids, UAcronym, UPersistentForm, 10 10 URegistry, ULastOpenedList, UListViewSort, UJobProgressView, 11 Registry, SpecializedList, LazUTF8, LazFileUtils;11 Registry, fgl, LazUTF8, LazFileUtils; 12 12 13 13 type … … 151 151 function FilterCell(Text1, Text2: string): Boolean; 152 152 procedure ProcessImportsJob(Job: TJob); 153 procedure FilterList(List: T ListObject);153 procedure FilterList(List: TFPGObjectList<TObject>); 154 154 procedure OpenRecentClick(Sender: TObject); 155 155 procedure SetToolbarHints; … … 655 655 end; 656 656 657 procedure TFormMain.FilterList(List: T ListObject);657 procedure TFormMain.FilterList(List: TFPGObjectList<TObject>); 658 658 var 659 659 I: Integer;
Note:
See TracChangeset
for help on using the changeset viewer.