wItemCount Property (Mobile Controls)

Applies to TestComplete 15.63, last modified on April 10, 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 wItemCount property to get the total number of items in the specified control.

Declaration

TestObj.wItemCount

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

Applies To

The property is applied to the following objects:

View Mode

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

Property Value

The total number of items in the control (including separators).

Remarks

You can use the wItemCount and wItem properties to iterate through a control’s items.

Note: For Android ActionBar controls, the wItemCount property returns the total number of menu items. To obtain the total number of navigation items, use the wNavItemCount property.

See Also

Testing Android Applications (Legacy)
Testing iOS Applications (Legacy)
Working With Action Bars - Basic Concepts
Working With Radio Groups
Getting Spinner Items' Text
wItem Property (Mobile Controls)
Checking List View Items' State
Working With Radio Groups
Working With Toolbars and Navigation Bars - Basic Concepts
Getting the Number of Segments in a Segmented Control
Checking an ActionSheet Item's State

Highlight search results