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
Type: TObject