DynArraySize

Return length of dynamic array

Declaration

Source position: dynarrh.inc line 38

  function DynArraySize(a: pointer) : tdynarrayindex;

Description

DynArraySize gets the number of elements in the array (a) the result is equal to Length for dynamic arrays.

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
FinalizeArray Finalize managed-type elements in array
InitializeArray Initialize managed-type elements in array