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 / Check Box 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 Check Box control.
Note: This function returns the same result as the Count property used on a Check Box control..
Example
// Nombre d'options présentes dans le champ "INT_Options"
ResNombreOptions = CheckBoxCount(INT_Options)

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

Last update: 03/28/2025

Send a report | Local help