RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.PointerArray Type
Pascal
PointerArray = array [0..512*1024*1024 - 2] of Pointer;
C++
array [0..512*1024*1024 - 2] of Pointer PointerArray;

This is type System.PointerArray.

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