System.VarUtils.SafeArrayGetUBound
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 を使用します。