ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PageWriteHeaderHTTP (Function)
Adds an additional HTTP header that will be returned to the browser: during the next function for page display (PageDisplay, PageRefresh, ...), during the automatic return of the current page at the end of the current action....
PageReadHeaderHTTP (Function)
Reads and returns one or more HTTP headers received by the current page (these headers are sent by the client to the server in the current request).
VideoSetDriver (Function)
Connects the "Camera" control to a specific driver for video capture.
WINDEV Framework License Agreement
WINDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
The Control Centers
Control Centers provide a global vision of a given area, whether on the development phase, on an operating site, or on application maintenance or improvement......
TokenListSeparator (Property)
The TokenListSeparator property retrieves or modifies the separators that trigger the creation of new tokens when entering information in a "Text token" Edit control.
LeftIndent (Property)
The LeftIndent property is used to get and change the space to the left of the text in a control.
ActionDo (Function)
Creates and runs a custom action (defined through programming) with support of "Undo/Redo"....
Constants for managing MongoDB databases
Constants used by the Mongoxxx functions...
HTTP constants
List of constants used by the HTTP functions....
eCurrencyName (Function)
Returns the caption of a currency.
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
WithInput (Property)
The WithInput property determines if a Combo Box control supports data input, and enables or disables this behavior.
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
eDefaultViewCurrency (Function)
Identifies or modifies the display currency used by default.
WINDEV Mobile 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
Constants for managing contact functions
Organization Chart: Displaying a manufacturing process
An Organization Chart control can be used to display a diagram. It can be used, for example, to display the different steps of a process.
Flexbox control properties
You can manipulate Flexbox controls in a page using the following WLanguage properties......
Error 123: The constant already exists
OpenSister (Example)
Usage example of the OpenSister function
SOAPRun (Example)
Usage example of the SOAPRun function
SOAPGetResult (Example)
Usage example of the SOAPGetResult function
ZOrder (Example)
Usage example of the ZOrder property