RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarUtils.SafeArrayGetLBound Function

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

Pascal
function SafeArrayGetLBound(VarArray: PVarArray; Dim: Integer; out LBound: Integer): HRESULT; stdcall;
C++
__stdcall HRESULT SafeArrayGetLBound(PVarArray VarArray, int Dim, int LBound);

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!