RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Types.TSmallIntDynArray Type

TSmallIntDynArray defines an array of SmallInt elements.

Pascal
TSmallIntDynArray = array of SmallInt;
C++
array of SmallInt TSmallIntDynArray;

Types

The TSmallIntDynArray defines a dynamic array of SmallInt 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!