ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

mqttSession (Type of variable)
The mqttSession type is used to define the parameters for connecting to the MQTT broker.
Properties associated with clickable Image controls
The Clickable Image control can be handled by the WLanguage properties in server code and in browser code......
Camera control properties
You can handle Camera controls in a window using the following WLanguage properties......
Border (Type of variable)
The Border type is used to handle a border through programming...
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
Partial indexing of memos
You now have the ability to index the content of a text memo item......
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
ChangeSkinTemplate (Function)
Dynamically changes the skin template: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
Handling a Repositionable Note control through programming
A Repositionable Note control can be handled through programming......
Native Container control properties
You can manipulate a Native Container control in a window using the following WLanguage properties......
Merging differences (SCM)
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
The Cell control
The Cell control contains controls......
The Slider control (in a window)
A slider control is used to select a value between two bounds......
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
Managing sockets with WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced management of sockets......
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
Warning (Function)
Displays a custom message in a system warning window.