wChecked Property (RadioButton Controls)

Applies to TestComplete 12.60, last modified on September 17, 2018

Description

Specifies whether the radio button control is selected.

Declaration

TestObj.wChecked

Read-Only Property Boolean
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

True, if the radio button is currently selected. Otherwise - False.

Remarks

Use ClickButton to change the current radio button state.

Example

To view an example that demonstrates how to use the wChecked property, see Determining a Radio Button's State.

See Also

Selecting a Radio Button
ClickButton Action (RadioButton Controls)

Highlight search results