Check whether all dimensions have the same size.
Source position: dynarrh.inc line 41
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.  | 
|
  | 
Clears a dynamic array.  | 
|
  | 
Return the bounds of the dynamic array.  | 
|
  | 
Return the number of dimensions in a dynamic array.  |