wIsExpanded Property (Android Controls)

Applies to TestComplete 15.65, last modified on July 17, 2024
This property is available in legacy mobile tests that work with devices connected to the local computer. To learn how to simulate user actions in newer cloud-compatible mobile tests, see the Simulating user actions in tests section.

Description

Use the wExpanded property to determine whether the group specified by the Item parameter is expanded, otherwise it returns False.

Declaration

TestObj.wIsExpanded(Index)

Read-Only Property String
TestObj A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section
Index [in]    Required    Integer    

Applies To

The property is applied to the following object:

View Mode

This property is available in the Object Browser panel and in other panels and dialogs in both Basic and Advanced view modes.

Parameters

The property has the following parameter:

Index

Specifies the zero-based index of the desired section. The first section has the index 0, the second - 1, and so on. The index of the last section is wSectionCount - 1.

Property Value

The string containing the name of the specified section.

See Also

Working With Android Expandable List Controls - Basic Concepts

Highlight search results