System.VarUtils.SafeArrayDestroyData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SafeArrayDestroyData; external oleaut name 'SafeArrayDestroyData';

Properties

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

Description

Destroys the actual data of the given safe array.

SafeArrayDestroyData destroys the actual data of the given safe array. It is used internally by the SafeArrayDestroy routine. We recommend you not to use it directly when writing your application.

See Also