[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Record type used in a TStringList to store the strings
Source position: objects.pp line 523
type TStrIndexRec = packed record |
||
Key: Sw_Word; |
|
String key value |
Count: Word; |
|
String character count |
Offset: Word; |
|
String offset in stream |
end; |