API:System.VarUtils.SafeArrayCreate

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
function public
System.VarUtils.pas
System.VarUtils.hpp
System.VarUtils System.VarUtils

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!