ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
Automated tests: Test-specific functions
List of automated tests: Test-specific functions...
Error 1044: The class is already derived from this class
HTransactionIsolation (Function)
Configures the isolation mode of transactions for a connection to an HFSQL server.
<Email variable>.BuildSource (Function)
Generates the source code of the email to send from an Email variable.
<Menu>.Clone (Function)
Clones a menu or a menu option as well as the associated code.
HTMLInsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.
HTMLModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
<htmlNode variable>.InsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.
<htmlNode variable>.ModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
<Connection variable>.TransactionIsolation (Function)
Configures the isolation mode of transactions for a connection to an HFSQL server.
Thumbnail control properties
List of properties associated with the Thumbnail control...
<HTML Display control>.ExecuteBrowserProcedure (Function)
Executes a WLanguage browser procedure in an HTML Display control that displays a page created with WEBDEV.
TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
Multiple setup of same site on the same server
The same site can now be automatically installed on the same server without having to rename the project......
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.
HTMLExecuteBrowserProcedure (Function)
Executes a WLanguage browser procedure in an HTML Display control that displays a page created with WEBDEV.
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
appServerScheduledTask (Type of variable)
The appServerScheduledTask type is used to manage a scheduled task of WEBDEV Application Server through programming (for a site or a webservice).
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
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.