RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.TVarArrayCoorArray Type

Gives the position of an element in a safe array.

Pascal
TVarArrayCoorArray = array [0..0] of Integer;
C++
array [0..0] of Integer TVarArrayCoorArray;

Declare a variable of TVarArrayCoorArray type to store information about an element's position in a safe array. Such a variable can then be used in function calls to SafeArrayGetElement or to SafeArrayPutElement.  

Each element in an array of TVarArrayCoorArray type stores the coordinate of the element in the safe array, in the increasing order of dimensions. 

 

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