classIndex

Returns the position of this object in its collection of like-class, in-scope objects.

Note: This property is read only.

Syntax

Reference_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.

Applies to

tree class class

Version

XFA 2.1

Examples

JavaScript

Subform1.classIndex;

FormCalc

Subform1.classIndex

// Ethnio survey code removed