Automation Guide
Action-based testing language
TestArchitect Automation Classes
Automation classes
AbtRadioButton ![](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAAXklEQVRIiWNgGAWjAAoYoZhmhk9kYGCYQStLHBgYGP4xMDD8h1pEE0vSkSyhmU9GqCVMtHABJYCmQTR0DXdgoCCjMROh5iEDA4MgAwPDRQYGhlyoRVQHNC3sRsEQBwD2mR7t73r7NQAAAABJRU5ErkJggg==)
The requested page is not available for selected version.
Set
Syntax
long Set(TACheckState state)
Description
Set the checked state of a radio button.
Parameters
state
TACheckState value indicating the new state of the radio button.
Allowable values are:
- 1: Select the radio button.
- 0: Clear the radio button.
Return Value
Return 0 if the call is successful; otherwise, -1..