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;

Types

The TLongWordDynArray defines a dynamic array of LongWord elements.  

Use SetLength to allocate storage for such an array. 

 

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