ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Radio Button functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Returns the number of options found in a Radio Button control.
Note: This function returns the same result as the Count property used on a Radio Button control..
Example
// Nombre d'options présentes dans le champ "SEL_Options"
ResNombreOptions = RadioButtonCount(SEL_Options)

// Identique à :
// ResNombreOptions = SEL_Options.Occurrence
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: wd300obj.dll
Minimum version required
  • Version 20
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help