Unit 'Objects' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TStrIndexRec

Record type used in a TStringList to store the strings.

Declaration

Source position: objects.pp line 596

type TStrIndexRec = packed record

  Key: Sw_Word;

  

String key value.

  Count: Word;

  

String character count.

  Offset: Word;

  

String offset in stream.

end;


Documentation generated on: Jul 24 2023