System.VarUtils.SafeArrayGetDim

From RAD Studio API Documentation
Revision as of 00:53, 17 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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