System.VarUtils.SafeArrayGetLBound

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SafeArrayGetLBound; external oleaut name 'SafeArrayGetLBound';

Properties

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

Description

Returns the lower bound for the given dimension of a safe array.

Use SafeArrayGetLBound to obtain the lower bound for the dimension given through Dim of the safe array referenced by VarArray.

See Also