ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
Automated tests: Test-specific functions
List of automated tests: Test-specific functions...
Error 1044: The class is already derived from this class
<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.
<Array>.Count (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
Entity of a CDM
To group information according the MERISE method, entities must be created......
<Image>.ModifyLightness (Function)
Modifies the lightness of an image contained in an Image control.
gpwInLDAPMode (Function)
Allows you to find out whether identification of users in the user groupware will be done via a LDAP directory.
ComboClose (Function)
Closes the drop-down list in a Combo Box control (simple or multi-column Combo Box control).
TableItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
GOTO statement
The GOTO statement is used to run a code identified by a given label...
fAttribute (Function)
Returns or modifies the attributes of a file.
HTMLBefore (Property)
The HTMLBefore property gets and changes the HTML code added before the control.
WiFiStatus (Function)
Returns the current activation status of Wi-Fi on the device or asks to be notified when the activation status of Wi-Fi changes.
14. Report templates
Report templates...
22. Report templates
ScreenToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....