ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV, WEBDEV and WINDEV Mobile 2024 feature!
Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Miscellaneous WINDEV 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
Determines whether an element is nullable.
Example
PROCEDURE AProcedure(AParameter)
IF TypeIsNullable(AParameter) THEN
	// ...
END
Syntax
<Result> = TypeIsNullable(<Expression>)
<Result>: Boolean
  • True if the element passed as parameter is nullable,
  • False otherwise.
<Expression>: Corresponding type
Expression to manipulate.
Minimum version required
  • Version 2024
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/13/2024

Send a report | Local help