Name

VarArrayLowBound Function

Syntax

function VarArrayLowBound(const V: Variant; Dim: Integer): Integer;

Description

VarArrayLowBound returns the lower bound of dimension Dim for the Variant array V. Dim must be in the range 1 to VarArrayDimCount. If Dim is out of range or if V is not a Variant array, the function reports runtime error 20 (EVariantError).

VarArrayLowBound is a real function.

Example

See VarArrayCreate for an example.

See Also

TVarArray Type, TVarArrayBound Type, VarArrayCreate Function, VarArrayDimCount Function, VarArrayHighBound Function, VarArrayLock Function, VarArrayOf Function, VarArrayRedim Procedure, VarArrayRef Function, VarArrayUnlock Function, Variant Type, VarIsArray Function, VarType Function
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset