System.DynArrayDim

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.DynArrayDim&oldid=157333"