RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Types.TLongWordDynArray Type

TLongWordDynArray defines an array of LongWord elements.

Pascal
TLongWordDynArray = array of LongWord;
C++
array of LongWord TLongWordDynArray;

The TLongWordDynArray defines a dynamic array of LongWord elements.  

Use SetLength to allocate storage for such an array. 

 

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