ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

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 = INT_Options.Occurrence()

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

Last update: 09/20/2024

Send a report | Local help