RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Types.TInt64DynArray Type

TInt64DynArray defines an array of Int64 elements.

Pascal
TInt64DynArray = array of Int64;
C++
array of Int64 TInt64DynArray;

Types

The TInt64DynArray defines a dynamic array of Int64 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!