RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Types.TDoubleDynArray Type

TDoubleDynArray defines an array of Double elements.

Pascal
TDoubleDynArray = array of Double;
C++
array of Double TDoubleDynArray;

The TDoubleDynArray defines a dynamic array of Double 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!