RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Types.TShortIntDynArray Type

TShortIntDynArray defines an array of ShortInt elements.

Pascal
TShortIntDynArray = array of ShortInt;
C++
array of ShortInt TShortIntDynArray;

The TShortIntDynArray defines a dynamic array of ShortInt 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!