VarUtils.SafeArrayGetUBound

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From VarUtils.pas

	function SafeArrayGetUBound(VarArray: PVarArray;
		Dim: Integer;
		out UBound: Integer): HRESULT;


Unit: VarUtils

Type: function

Visibility: public

C++ Information

From VarUtils.hpp

	long __fastcall SafeArrayGetUBound(System::TVarArray * VarArray, int Dim, int & UBound);


Unit: VarUtils

Type: function

Description

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


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

See Also

Personal tools
Translations
Newest Version