Return the bounds of the dynamic array.
Source position: dynarrh.inc line 37
function DynArrayBounds( |
a: Pointer; |
typeInfo: Pointer |
):TBoundArray; |
DynArrayBounds returns the bounds of all the dimensions of the dynamic array a with type information typeInfo.
The result is an array (zero-based) with the maximum valid index for each dimension in the array: the lower bound is not present in the result, it is always zero.
|
Initialize managed-type elements in array. |
|
|
Finalize managed-type elements in array. |
|
|
Copy managed-type elements in array. |
|
|
Return length of dynamic array. |
|
|
Clears a dynamic array. |
|
|
Return the number of dimensions in a dynamic array. |