RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarUtils.SafeArrayGetDim Function

Returns the number of dimension of the given safe array.

Pascal
function SafeArrayGetDim(VarArray: PVarArray): Integer; stdcall;
C++
__stdcall int SafeArrayGetDim(PVarArray VarArray);

Use SafeArrayGetDim to obtain the number of dimensions of 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!