ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Page>.DisplayPopup (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
<Code Editor>.Search (Function)
Searches for a string or regular expression in the Code Editor control.
Automated tests: Functions specific to tests
List of automation tests: Test-specific functions...
<Source>.ChangeLocation (Function)
Modifies the search mode of physical tables (.FIC, .NDX, ...).
<Email variable>.BuildSource (Function)
Generates the source code of the email to send from an Email variable.
HTMLInsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.
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....
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)......
Cell control properties
List of properties associated with the Cell control...
Thumbnail control properties
List of properties associated with the Thumbnail control...
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.
Upload control properties
The Upload control can be handled in server and browser code using different WLanguage properties......
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.