ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Check Box functions
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 Check Box control.
Remark: This function returns the same result as Count used on a Check Box control.
Example
// Number of options found in the "CBOX_Options" control
ResNumberOptions = CheckBoxCount(CBOX_Options)
 
// Identical to:
// ResNumberOptions = CBOX_Options.Count
Syntax
<Result> = CheckBoxCount(<Check Box control>)
<Result>: Integer
Number of options found in the specified control.
<Check Box control>: Control name
Name of Check Box control to use.
Component: wd290obj.dll
Minimum version required
  • Version 20
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help