Navigation: Code Documentation > RSCommon > Structures > Records
TGStringItem Record
Defines the record type for the Structures.TGStringList object, which uses these records to hold one item in the list of a string/object/data collection.
Namespace: Structures
Delphi
type TGStringItem = record end;
Name
Description
FData
Private object associated with the item
FObject
Object associated with the item
FString
String for the item
Top
•Structures.TGStringList
•Structures