ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WinOrientation (Function)
Modifies or retrieves the display orientation of the current window.
Action Bar properties
You can manipulate Action Bars in a window using the following WLanguage properties.
InfoWithTimeout (Function)
Displays an information message in a system information window for a set amount of time
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
HModifyViewRights (Function)
Modifies the rights granted to a user or to a group on a SQL view or on a materialized view.
EmailSend (Example)
Usage example of the EmailSend function
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
Docker image of the WEBDEV Application Server
From with version 24, a Docker container with the WEBDEV Application Server can be found in Docker Hub......
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
AWP without UI
Bootstrap, Angular, React, Vue......
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
Miscellaneous Windows functions
List of miscellaneous Windows functions...
GglPrintDocument (Function)
Prints a document (text or PDF file, images, Word or Excel document, ...) by using the Cloud Print service of Google.
Generating a class diagram
The generation is used to create the WINDEV classes ("......
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
HSL (Function)
Creates a color from its hue, saturation and lightness.
Importing and exporting a WEBDEV Application Server
WEBDEV Account Manager allows you to easily import and export the WEBDEV Application Server configuration......
Salesforce functions
List of Salesforce functions...
ModbusConnectTCP (Function)
Connects a client to a Modbus server via transmission control protocol (TCP).
PythonInitialize (Function)
Specifies the location of the Python DLL to be loaded.
PlanActif (Property)
The Property Plane Active allows you to know and modify the number of the plan Active in a window, an internal window or a Cell control .
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....