ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Emulation functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Emulates the selection of an option in a Radio Button control.
Example
// Select the 5th option of the radio button
EmulateRadioButton(RADIO_Radio_Button, 5)
Syntax
EmulateRadioButton(<Control> , <Option number>)
<Control>: Character string
Name of the Radio Button control.
<Option number>: Integer
Index of the option to select in the control.
Remarks
This function must be used in the code of automated tests only.
Component: wd300testexe.dll
Minimum version required
  • Version 20
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/25/2024

Send a report | Local help