Select Method (DomRadioButton)

Class

DomRadioButton.

Action

Clicks a radio button.

Syntax

radiobutton.Select()

Notes

This functionality is supported only if you are using the Open Agent.

Example

WINDOW rb = GetRadioButtonInForm()
Verify(rb.Selected, FALSE)
rb.Select()
Verify(rb.Selected, TRUE)