System.DynArrayDim
Delphi
function DynArrayDim(typeInfo: Pointer): Integer;
C++
extern DELPHI_PACKAGE int __fastcall DynArrayDim(void * typeInfo);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.pas System.hpp |
System | System |
Description
Returns the number of dimensions of a dynamic array.
DynArrayDim returns the number of dimensions of a dynamic array described by the specified TDynArrayTypeInfo.