wItemCount Property (Mobile Controls)

Applies to TestComplete 14.10, last modified on June 5, 2019

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
Testing iOS Applications
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