TStrIndexRec
Record type used in a TStringList to store the strings
Declaration
Source position: objects.pp line 554
Type
TStrIndexRec = packed record
Key : Sw\_Word;
Count : Word;
Offset : Word;
end
Record type used in a TStringList to store the strings
Source position: objects.pp line 554
Type
TStrIndexRec = packed record
Key : Sw\_Word;
Count : Word;
Offset : Word;
end