Record type used in a TStringList to store the strings.
Source position: objects.pp line 598
type TStrIndexRec = packed record |
||
Key: Sw_Word; |
|
String key value. |
Count: Word; |
|
String character count. |
Offset: Word; |
|
String offset in stream. |
end; |