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;

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