System.VarUtils.SafeArrayGetDim

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SafeArrayGetDim; external oleaut name 'SafeArrayGetDim';

Properties

Type Visibility Source Unit Parent
function external public System.VarUtils.pas System.VarUtils System.VarUtils

Description

Returns the number of dimension of the given safe array.

Use SafeArrayGetDim to obtain the number of dimensions of the safe array referenced through the VarArray parameter.

See Also