ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

NetServerOption (Function)
Manages the rights of clients on the server (FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV). This function is kept for backward compatibility....
zipOpenCAB (Example)
Usage example of the zipOpenCAB function
Map control functions
Map control functions...
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.
Thread management functions
List of functions for managing threads...
Multitask (Function)
MultiTask is used to: define a timeout, give control back to Windows, give control back to Windows and to WLanguage....
iConfigure (Function)
Configures the printer for a print performed in WLanguage: by opening the configuration window. by modifying the printer used for the current print....
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
LDAPMode (Function)
Modifies the operating mode of an LDAP session.
RequestUpdateUIParent (Function)
Asks to run the "Request for refreshing the display" process of parent. This function is kept for backward compatibility.
ExecuteUpdateUIParent (Function)
Immediately executes the "Request for refreshing the display" event of the parent. This function is kept for backward compatibility.
First project window
Looper constants
List of constants used by the functions for managing looper controls....
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
BottomMargin (Property)
The BottomMargin property is used to: Find out the bottom margin of a report. Modify the bottom margin of a report....
RightMargin (Property)
The RightMargin property is used to: Find out the right margin of a report. Modify the right margin of a report....
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
StartControl (Property)
The StartControl property gets and sets the start control of a Wire control.
EndControl (Property)
The EndControl property gets or sets the end control of a Wire control.
Clickable (Property)
The Clickable property gets and sets the behavior of an Image control when it is clicked.
FTPCommand (Example)
Usage example of the FTPCommand function
iDocumentCanceled (Function)
Used to find out whether the current print was canceled by the user.
NotesItem (Example)
Usage example of the NotesItem function