ArrayObject Object Properties

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

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 ArrayObject object contains the following properties:

Property List

Name Description
ClassRef Returns a reference to the ArrayType object on which ArrayObject is based.
Count Returns the total number of items in the array.
IsFiltered Specifies whether TestComplete will process the given array object when walking down the custom object hierarchy.
Items Returns the ArrayItem object that provides access to the array item.
Owner Returns the object or the array object that has a reference to the given array object.

See Also

ArrayObject Object

Highlight search results