wIsExpanded Property (Android Controls)

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

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