Properties Added to PropertyGridControlItem Objects

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

The PropertyGridControlItem object contains the following properties:

Property List   | View

Extended

This category includes properties that extend test functionality for the objects.

Name Description
wExpanded Checks whether the specified item is expanded.
wItemCount Returns the number of child items of the given item.
wItems Returns a PropertyGridControlItem object providing access to child items of the given item.
wLabel Returns the caption of the specified item.
wValue Gets or sets the value of an item.
Other Categories

If TestComplete has access to internal methods, properties and files of your tested application (that is, if it is an Open Application), you can call the internal methods and properties as methods and properties of the appropriate test objects. You can view these properties and methods in corresponding categories (Private, Public, RTTI, Debug Agent, Firefox, and so on). These methods and properties are not described in the TestComplete help file. For more information on them, please see the documentation for the development tools that was used to create the application under test.

See Also

PropertyGridControlItem Object

Highlight search results