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;

Types

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