RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes.TPointerList Type

TPointerList is an array of pointers.

Pascal
TPointerList = array[0..MaxListSize - 1] of Pointer;
C++
array[0..MaxListSize - 1] of Pointer TPointerList;

The TList property of the TList class returns a PPointerList pointer to the list of pointers that TList holds. TPointerList describes this array of pointers. 

 

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