IsDynArrayRectangular

Check whether all dimensions have the same size

Declaration

Source position: dynarrh.inc line 43

  function IsDynArrayRectangular(a: Pointer; typeInfo: Pointer) : Boolean;

Description

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.

See also

Name Description
CopyArray Copy managed-type elements in array
DynArrayBounds Return the bounds of the dynamic array
DynArrayClear Clears a dynamic array
DynArrayDim Return the number of dimensions in a dynamic array
DynArraySize Return length of dynamic array
FinalizeArray Finalize managed-type elements in array
InitializeArray Initialize managed-type elements in array