RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes.PStringItemList Type

PStringItemList is a TStringItemList pointer.

Pascal
PStringItemList = ^TStringItemList;
C++
^TStringItemList PStringItemList;

Classes

PStringItemList 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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!