System.VarUtils.SafeArrayGetUBound

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function SafeArrayGetUBound; external oleaut name 'SafeArrayGetUBound';

C++

extern "C" HRESULT __stdcall SafeArrayGetUBound(System::PVarArray VarArray, int Dim, /* out */ int &UBound);

プロパティ

種類 可視性 ソース ユニット
function external public
System.VarUtils.pas
System.VarUtils.hpp
System.VarUtils System.VarUtils

説明

セーフ配列の与えられた次元に対する上限を返します。

VarArray で参照されるセーフ配列の、Dim で与えられた次元の上限を取得するには、SafeArrayGetUBound を使用します。

関連項目