ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
MaskTitleDate (Property)
The MaskTitleDate property is used to identify and change the input mask used for the title of day columns in Organizer or Scheduler controls
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
TotalNbChildren (Property)
The TotalNbChildren property returns the total number of children in a branch: of a Treeview control, of a TreeView Table control....
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
nWDInit: Initialize the external language
Initializes the external language......
Screen,ScreenToFile (External language)
Initializes the file items with the value of the window controls bound to these items.
DDEError (Function)
Returns the runtime status report of a DDE function.
LDAPMode (Function)
Modifies the operating mode of an LDAP session.
ErrorOccurred (Variable)
ErrorOccurred is a preset variable of WLanguage indicating the result of the last WLanguage function used.
ListDLL (Function)
Returns: at runtime: the list of libraries (".DLL" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site. Only the libraries loaded in memory are listed. in test mode: all the libraries installed on the current computer....
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
Task list
Each project can be associated with a task list......
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
How to avoid displaying the URL of WEBDEV pages in the browser?
By default, when the user connects to a site developed with WEBDEV, the address bar of the browser contains an address in the following format......
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
Managing the remote accesses
The remote accesses are used to create a temporary network connection......
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
Describing an element
A flexible modeling includes different elements linked together......
Installing a SOAP server with Apache
HTriggerRecordBefore (Function)
Retrieves the value of the current record before the trigger(s) are executed.
ChangeAction (Example)
Usage example of ChangeAction