ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
<Page>.DisplayPopup (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
Sitemap file for Google
To better analyze the content of the sites, the search engine of Google is using an XML file named "Sitemap" (if it is available)......
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
TestCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
WLanguageCodeFormatting (Variable type)
The WLanguageCodeFormatting type is used to define all the WLanguage code formatting options.
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
HTMLBefore (Property)
The HTMLBefore property gets and changes the HTML code added before the control.
HTMLAfter (Property)
The HTMLAfter property gets and sets the HTML code inserted after the control.
Monochrome (Property)
The Monochrome property determines whether an image should be used in monochrome mode.
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
<Page>.Use (Function)
Displays a WEBDEV page in the browser of the Web user and closes all the current page contexts.