Name

VarArrayHighBound Function

Syntax

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

Description

VarArrayHighBound returns the upper 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).

VarArrayHighBound is a real function.

Example

See VarArrayCreate for an example.

See Also

TVarArray Type, TVarArrayBound Type, VarArrayCreate Function, VarArrayDimCount Function, VarArrayLock Function, VarArrayLowBound 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