| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Check whether all dimensions have the same size
Source position: dynarrh.inc line 38
| function IsDynArrayRectangular( | 
| a: Pointer; | 
| typeInfo: Pointer | 
| ):Boolean; | 
IsDynArrayRectangular returns True if all dimensions of the dynamic array a with type information typinfo have the same bounds. It returns True if the array is empty.
| 
 | 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 bounds of the dynamic array | |
| 
 | Return the number of dimensions in a dynamic array |