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

Last update: 06/19/2023

Send a report | Local help