System.VarUtils.SafeArrayGetUBound

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SafeArrayGetUBound; external oleaut name 'SafeArrayGetUBound';

Properties

Type Visibility Source Unit Parent
function external public System.VarUtils.pas System.VarUtils System.VarUtils

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