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;

Types

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