Ignore:
Timestamp:
May 6, 2019, 2:49:33 PM (5 years ago)
Author:
chronos
Message:
  • Modified: Use fgl unit instead of TemplateGenerics.
  • Modified: Update czech translation.
  • Modified: Updated packages.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormAcronyms.pas

    r184 r204  
    77uses
    88  Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ComCtrls,
    9   Menus, ActnList, UListViewSort, UAcronym, LazUTF8, SpecializedList;
     9  Menus, ActnList, UListViewSort, UAcronym, LazUTF8, fgl;
    1010
    1111type
     
    5252    FAcronyms: TAcronyms;
    5353    MeaningCount: Integer;
    54     procedure FilterList(List: TListObject);
     54    procedure FilterList(List: TFPGObjectList<TObject>);
    5555    procedure SetAcronyms(AValue: TAcronyms);
    5656    procedure UpdateAcronymsList;
     
    296296end;
    297297
    298 procedure TFormAcronyms.FilterList(List: TListObject);
     298procedure TFormAcronyms.FilterList(List: TFPGObjectList<TObject>);
    299299var
    300300  I: Integer;
Note: See TracChangeset for help on using the changeset viewer.