Ignore:
Timestamp:
Jun 16, 2019, 11:29:21 AM (5 years ago)
Author:
chronos
Message:
  • Fixed: Disable MoveAction for TDrawDlg instances after visible change.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/CevoComponents/StringTables.pas

    r128 r174  
    1717    destructor Destroy; override;
    1818    function LoadFromFile(const FileName: String): boolean;
    19     function GetHandle(const Item: AnsiString): integer;
     19    function GetHandle(const Item: string): integer;
    2020    function LookupByHandle(Handle: integer; Index: integer = -1): string;
    2121    function Lookup(const Item: string; Index: integer = -1): string;
     
    5555end;
    5656
    57 function TStringTable.GetHandle(const Item: AnsiString): integer;
     57function TStringTable.GetHandle(const Item: string): integer;
    5858var
    5959  I: Integer;
Note: See TracChangeset for help on using the changeset viewer.