RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes.PPointerList Type

PPointerList is a pointer to a TPointerList type.

Pascal
PPointerList = ^TPointerList;
C++
^TPointerList PPointerList;

Classes

PPointerList is principally used by the TList property of the TList class to provide a pointer to the list of pointers that TList holds. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!