API:System.VarUtils.SafeArrayRedim
Delphi
function SafeArrayRedim(VarArray: PVarArray; const NewBound: TVarArrayBound): HRESULT;
function SafeArrayRedim(VarArray: PVarArray; NewBound: PVarArrayBound): HRESULT; external oleaut name 'SafeArrayRedim';
C++
extern DELPHI_PACKAGE HRESULT __stdcall SafeArrayRedim _DEPRECATED_ATTRIBUTE1("use SafeArrayRedim(VarArray: PVarArray; NewBound: PVarArrayBound)") (System::PVarArray VarArray, const System::TVarArrayBound &NewBound)/* overload */;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | System.VarUtils.pas System.VarUtils.hpp |
System.VarUtils | System.VarUtils |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。