Changeset 178 for branches/highdpi/Packages/CevoComponents/StringTables.pas
- Timestamp:
- Jun 23, 2019, 3:15:29 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/Packages/CevoComponents/StringTables.pas
r174 r178 17 17 destructor Destroy; override; 18 18 function LoadFromFile(const FileName: String): boolean; 19 function GetHandle(const Item: string): integer;19 function GetHandle(const Item: AnsiString): integer; 20 20 function LookupByHandle(Handle: integer; Index: integer = -1): string; 21 21 function Lookup(const Item: string; Index: integer = -1): string; … … 55 55 end; 56 56 57 function TStringTable.GetHandle(const Item: string): integer;57 function TStringTable.GetHandle(const Item: AnsiString): integer; 58 58 var 59 59 I: Integer;
Note:
See TracChangeset
for help on using the changeset viewer.