ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

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
// Number of options found in the "RADIO_Options" control
ResNumberOptions = RADIO_Options.Count()

// Identical to: 
// ResNumberOptions = RADIO_Options.Count
Syntax
<Result> = <Radio Button control>.Count()
<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 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/26/2024

Send a report | Local help