RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WideStrings.PWideStringItemList Type

PWideStringItemList is a TWideStringItemList pointer.

Pascal
PWideStringItemList = ^TWideStringItemList;
C++
^TWideStringItemList PWideStringItemList;

PWideStringItemList 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!