ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling WEBDEV Account Manager via command line
All the features in WEBDEV Account Manager can be used via command line......
MaxValue (Property)
The MaxValue property is used to: get and set the top value of a report based on a data file. get the maximum value of the current filter. get the maximum value of a data series in a chart. get and set the maximum value for some types of controls....
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a data file. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
Voice commands in the environment
The environments of WINDEV, WEBDEV and WINDEV Mobile respond to the voice commands......
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
The Cell control
The Cell control contains controls......
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
HTML 5: Example of programmed drag-and-drop management
To make a WEBDEV website more interactive, you have the ability to implement Drag and Drop in the pages....
Code editor: Snake_case or PascalCase
There are several naming conventions to write variables in the code......
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
BrowserPlatform (Function)
Returns the user's browser platform....
CookieDelete (Function)
Deletes a cookie on the user's computer....
FileDisplay (Function)
Displays a file in the user's browser....
Extracting the text of the project
The following text can be extracted......
Context menu of Check Box columns (AAF)
The Table and TreeView Table controls can propose Check Box columns allowing the user to select the requested options......
Error 13: The label already exists
10. Internal components in practice
Domo constants
List of constants used by the DomoXXX functions....