System.VarUtils.SafeArrayAllocData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SafeArrayAllocData; external oleaut name 'SafeArrayAllocData';

Properties

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

Description

Allocates the actual data of the given safe array.

SafeArrayAllocData allocates the actual data for the given safe array. It is used internally by the SafeArrayCreate and SafeArrayCopy routines. We recommend you not to use it directly when writing your application.

See Also