ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage syntax / 
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
Boolean (Variable type)
In french: Booléen
The Boolean type is recommended for all logical operations where only two alternatives are possible:
  • True (value different from 0).
  • False (value equal to 0).
The Boolean type supports null values. For more details, see Allowing nullable types.
Example
b is boolean
Syntax
<Variable name> is boolean

<Variable name 1>, <Variable name 2> are booleans
<Variable name>:
Name of the variable to declare.
See also
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/26/2024

Send a report | Local help