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

Property List

Name Description
Count Returns the total number of items in the array.
Items Returns the ArrayItem object that provides access to the array item.
PropValueSet Returns the collection of unique property values that are held in all array objects.

See Also

ArrayType Object

Highlight search results