API:System.VarUtils.SafeArrayCreate

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function SafeArrayCreate(VarType, DimCount: Integer; const Bounds: TVarArrayBoundArray): PVarArray;
function SafeArrayCreate(VarType, DimCount: Integer; Bounds: PVarArrayBoundArray): PVarArray; external oleaut name 'SafeArrayCreate';

C++

extern DELPHI_PACKAGE System::PVarArray __stdcall SafeArrayCreate _DEPRECATED_ATTRIBUTE1("use SafeArrayCreate(VarType, DimCount: Integer; Bounds: PVarArrayBoundArray)") (int VarType, int DimCount, const System::TVarArrayBoundArray &Bounds)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.VarUtils.pas
System.VarUtils.hpp
System.VarUtils System.VarUtils

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !