RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Types.TWordDynArray Type

TWordDynArray defines an array of Word elements.

Pascal
TWordDynArray = array of Word;
C++
array of Word TWordDynArray;

The TWordDynArray defines a dynamic array of Word 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!