| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
The TStringItem is used to store the string and object items in a TStringList string list instance. It should never be used directly.
Source position: classesh.inc line 805
type TStringItem = record  | 
||
FString: string;  | 
  | 
Contains the string.  | 
FObject: TObject;  | 
  | 
Contains the object, if any.  | 
end;  | 
  | 
Standard implementation of the TStrings class.  |