RAD Studio VCL Reference
|
Gives the position of an element in a safe array.
TVarArrayCoorArray = array [0..0] of Integer;
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!
|