Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSCommon > Structures > Classes > TGStringList > Properties

TGStringList.Data[Integer] Property

Scroll Prev Top Next More

Represents a set of objects that are associated one with each of the strings in the Strings property. However, unlike the Objects property, this property is not available from the TStrings abstract base class, this makes it perfect for storing your own associated data without worrying about the user inadvertently stomping on it. Use the Data property to get or set the data associated with the string at the position indicated by Index. Index gives the position of the string associated with the object, where 0 is the first string, 1 is the second string, and so on.
 

Namespace: Structures

Parameters

Index

Type: Integer

Property Value

Type: TObject

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb