RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarUtils.SafeArrayGetElemSize Function

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

Pascal
function SafeArrayGetElemSize(VarArray: PVarArray): LongWord; stdcall;
C++
__stdcall LongWord SafeArrayGetElemSize(PVarArray VarArray);

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!