AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Botón de opción
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
Returns the number of options found in a Radio Button control.
Remark: This function returns the same result as Count used on a Radio Button control.
Example
// Number of options found in the "RADIO_Options" control
ResNumberOptions = RadioButtonCount(RADIO_Options)
 
// Identical to:
// ResNumberOptions = RADIO_Options.Count
Syntax
<Result> = RadioButtonCount(<Radio Button control>)
<Result>: Integer
Number of options found in the specified Radio Button control.
<Radio Button control>: Control name
Name of the Radio Button control to use.
Component: wd290obj.dll
Versión mínima requerida
  • Versión 20
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 07/06/2022

Señalar un error o enviar una sugerencia | Ayuda local