ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
SourceToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Custom-Folders in the analysis
Several file descriptions can be grouped into a "Custom-Folder"......
Message text file format
The text files created by WDMSG use a specific format......
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
Handling a Dockable Panel control through programming
A Dockable Panel control can be handled through programming......
VideoStartApp (Function)
Starts the device's native camera application to record a video or to take a photo....
Error 104: 'Dynamic' can only be used for the classes and the Automation objects
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
Color constants
The color constants are mainly used in the chart functions, the print functions and the drawing functions......
Describing a query
Once a query is created, all the characteristics of this query can be modified at any time......
SourceToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
SaaS administrator - Managing a client
Managing a SaaS client account is used to......
Chart constants
List of constants used by the functions for chart management....
CameraChangeDriver (Function)
Connects the "Camera" control to a specific driver for video capture.
Handling a Tab control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming......
VideoSetDriver (Function)
Connects the "Camera" control to a specific driver for video capture.
On/Off button in a window
The on/off button is a button that operates like a check box......
Text formatting variant
You can customize text attributes such as character spacing, line spacing and font size in a window or page......
PhotoRunApp (Function)
Starts the native camera application of the device in order to take a photo.
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
Two-level setup
The two-level setup (or multisite setup) combines: a reference network setup deployed on a local network. an HTTP setup used to update the reference setup on the local network....