API:System.VarUtils.SafeArrayRedim

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.VarUtils.pas
System.VarUtils.hpp
System.VarUtils System.VarUtils

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.