RAD Studio VCL Reference
|
Returns the number of dimension of the given safe array.
function SafeArrayGetDim(VarArray: PVarArray): Integer; stdcall;
__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!
|