TStringItem
The TStringItem is used to store the string and object items in a TStringList string list instance. It should never be used directly.
Declaration
Source position: classesh.inc line 806
Type
TStringItem = record
  FString : string;
  FObject : TObject;
end
See also
| Name | Description | 
|---|---|
| TObject | Base class of all classes. | 
| TStringList | Standard implementation of the TStrings class. |