Description
Some of .NET application objects that were created with the Borland VCL.NET library may contain a collection of child objects. The property returns the index of the .NET application object in the collection of its parent object.
Declaration
TestObj.VCLNETControlIndex
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
Objects of .NET applications that were created with the Borland VCL.NET library.
View Mode
To view this property in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.
Property Value
An integer value that specifies the index of the object in the child objects collection of its parent object.
Remarks
The VCLNETControlIndex
property is only available if the .NET Application Support plugin is installed and the application under test is a .NET application created with Borland VCL.NET library. Otherwise, this property is absent in the object’s property list.