ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / Controls, windows and pages / Controls: Available types / Radio Button control
  • Item characteristics
  • Updating an item with the data from the Radio Button control
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Binding a Radio Button control to an item
Item characteristics
A Radio Button control can be bound to an item in a data file, query, etc.
The following types of items can be bound to a radio button:
  • Numeric
  • Radio Button
The item bound to the radio button will contain the number of the option selected in the Radio Button control.
Updating an item with the data from the Radio Button control
1st case: the controls in the window or page are bound to items in a data file
All the items in the data file (or a related file) that are bound to a control in the window or page will be updated by:
2nd case: the controls in the window or page are not bound to items in a data file
The value of each control must be assigned to each item using the following syntax:
<Data file>.<Item> = <Control name>
Minimum version required
  • Version 9
This page is also available for…
Comments
IMPORTANTE
PARA ZERAR A LISTA DE OPÇÕES, DEIXANDO TODAS OPTIONS DESMARCADAS, BASTA ATRIBUIR O VALOR -1

TO RESET OPTIONS LIST BY LEAVING ALL OPTIONS UNCLEAR, JUST ASSIGN VALUE -1

POUR RÉINITIALISER LA LISTE DES OPTIONS EN LAISSANT TOUTES LES OPTIONS, JUSTE ASSIGNER LA VALEUR -1

PARA RESTABLECER LA LISTA DE OPCIONES DEJANDO TODAS LAS OPCIONES NO CLARAS, SOLO ASIGNE EL VALOR -1
BOLLER
14 Oct. 2019

Last update: 06/07/2022

Send a report | Local help