ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
API (Function)
Runs a function found in an external DLL.
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
Declaring and using a variable
A variable is defined by name and type......
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
eYe magnet: conditional formatting of controls
The visual aspect of a window control can be automatically modified according to a series of conditions in order to attract the attention of the user to this control......
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
How to open a page?
Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......
Spare server
A "spare" server is a target server in a unidirectional automatic replication......
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
Creating a multilingual help system
The help editor allows you to easily create a multilingual help system......
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
The single-part and multi-part archives
Two types of archives are available......