| [Overview][Constants][Types][Classes][Procedures and functions][Variables] | 
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 516
| type TStringItem = record | ||
| FString: String; | 
 | Contains the string. | 
| FObject: TObject; | 
 | Contains the object, if any. | 
| end; | 
| 
 | Standard implementation of the TStrings class. |