ArrayItem Object Properties

Applies to TestComplete 14.72, last modified on April 22, 2021

The object-driven testing (ODT) functionality is deprecated. Do not use it to create new tests. It will be removed from the product in one of the future releases. As an alternative, you can create custom classes in your scripts. For more information, see Alternatives to the ODT functionality.

The ArrayItem object contains the following properties:

Property List

Name Description
Enabled Specifies whether the given array item is processed by the Run methods when they walk down the custom object hierarchy.
Index Specifies the item index in an array.
Name Specifies the name of an array item.
Value Specifies the value of an array item.

See Also

ArrayItem Object

Highlight search results