RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WideStrings.TWideStringItemList Type

TWideStringItemList defines an array of TWideStringItems.

Pascal
TWideStringItemList = array[0..MaxListSize] of TWideStringItem;
C++
array[0..MaxListSize] of TWideStringItem TWideStringItemList;

TWideStringItemList is used internally by TWideStringList to refer to its internal array of TWideStringItem values. This array holds the list of strings. 

TWideStringItem comprises :  

FString defines an Unicode string for a list entry. 

FObject points to an optional System::TObject associated with the string. 

 

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