RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes.TStringItemList Type

TStringItemList defines an array of TStringItems.

Pascal
TStringItemList = array[0..MaxListSize] of TStringItem;
C++
array[0..MaxListSize] of TStringItem TStringItemList;

TStringItemList is used internally by TStringList to refer to its internal array of TStringItem values. This array holds the list of strings. 

TStringItem comprises :  

FString defines string for a list entry. 

FObject points to an optional TObject associated with the string. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!