ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

gpwSupervisor (Function)
Returns the username of the "Supervisor" account according to the framework being used.
gpwNone (Function)
Returns the value of the word "NONE" according to the framework being used.
gpwRemoteConnect (Function)
Allows connecting to the application via the User Groupware Webservice.
SpreadsheetMergeCell (Function)
Merges specified or selected cells in an Spreadsheet control.
SaaSConnectedUser (Function)
Returns the user currently connected via SaaSConnect.
Screen,FileToScreen (External language)
Initializes the window controls with the values of the file items linked to the controls.
gpwRegisteredUsers (Function)
Returns the value that corresponds to "Registered users" according to the framework being used.
WithNewButton (Property)
The WithNewButton property is used to: Determine if a Dynamic Tab control has New tab button (+). Configure a Dynamic Tab control to show a New tab button....
LabelWidth (Property)
The LabelWidth property is used to: Find out the width of labels in a "Label" report. Modify the width of labels in a "Label" report....
EndProgram (Function)
Ends the execution of the current program.
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
tapiKeyPressed (Function)
Returns the history of the keys pressed on the phone keypad since the last call to tapiKeyPressed.
First project window
zipOpenCAB (Example)
Usage example of the zipOpenCAB function
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...
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...
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.