System.VarUtils.SafeArrayGetElemSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SafeArrayGetElemSize; external oleaut name 'SafeArrayGetElemsize';

Properties

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

Description

Returns the size in bytes of an element in the given safe array.

Use SafeArrayGetElemSize to obtain the size in bytes of an element in the safe array referenced through the VarArray parameter.

See Also