| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Return the bounds of the dynamic array
Source position: dynarrh.inc line 36
| 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 | |
| 
 | Clear dynamical array | |
| 
 | Return the number of dimensions in a dynamic array |