ControlIndex Property (MSAA Objects)

Applies to TestComplete 15.63, last modified on April 10, 2024

Description

The ControlIndex property returns the object’s index within the parent object’s children collection. This index can be used to uniquely identify the given object.

To get the object’s index among sibling objects of the same type, use the ControlIndexInGroup property.

Declaration

TestObj.ControlIndex

Read-Only Property Integer
TestObj A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section

Applies To

This property is applied to all the objects that are exposed by the MSAA engine.

View Mode

To view this property in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.

Property Value

A zero-based integer number that specifies the object’s index.

Note: For invisible objects (Visible = false), the ControlIndex property always returns -1.

See Also

Caption Property (MSAA Objects)
ControlIndexInGroup Property (MSAA Objects)
DoDefaultAction Method (MSAA Objects)

Highlight search results