Returns the position of this
object in its collection of like-class, in-scope objects.
Note: This property is read only.
SyntaxReference_Syntax.classIndex = "integer"
Values
Type
|
Values
|
Integer
|
An integer representing the 0 based index
position of the current object in relation to the set of objects
in the same scope that derive from the same class.
|
JavaScriptSubform1.classIndex;
FormCalcSubform1.classIndex
|
|
|