System.VarUtils.SafeArrayGetLBound

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SafeArrayGetLBound; external oleaut name 'SafeArrayGetLBound';

C++

extern "C" HRESULT __stdcall SafeArrayGetLBound(System::PVarArray VarArray, int Dim, /* out */ int &LBound);

Properties

Type Visibility Source Unit Parent
function external public
System.VarUtils.pas
System.VarUtils.hpp
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