ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Operating mode of HFSQL application
An HFSQL application can operate in network mode or in Client/Server mode...
Managing custom fonts in a WINDEV or WINDEV Mobile project
Both WINDEV and WINDEV Mobile projects support custom fonts, including Google Fonts...
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version...
RestartProgram (Function)
Ends the application and restarts it.
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)...
WDInst: set directory for data files and User Groupware files
The setup editor WDInst ("Tools...
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
.NET application
To create a.NET application from a project...
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
MapPolyline (Type of variable)
The MapPolyline type is used to define the characteristics of a line composed of several segments to be drawn on the map displayed in a Map control.
MapImage (Type of variable)
The MapImage type is used to define the characteristics of an image to be drawn on the map displayed in a Map control.
Browser constants
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......
URI constants
The following constants are used by URI-specific functions:...
GglDriveConnect( Function)
Creates a connection to an Drive Google Drive.
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query....
Optimizing the query execution
The query editor allows you to optimize the execution speed of one or more queries......
Burner constants
List of constants used by the burner functions....
xpathResult (Type of variable)
The xpathResult type is used it find out the result of the execution of an XPATH query.
Help editor options
The options of the help editor ("Display......
OperationLogDirectory (Property)
The OperationLogDirectory property is used to manage the directory of the operation log file associated with a data file.
grCreateFont (Function)
grCreateFont is kept for backward compatibility.
Step 3: Printing characters, images, ...
This step consists in "sending the different elements to print to the printer"......
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
HAdd (Example)
Usage example of the HAdd function
Reminder (Type of variable)
The Reminder type is used to describe and handle a reminder to inform the user of an appointment.
Serialization constants
The serialization constants are as follows:
ExtractStringBetween (Function)
Allows you to: extract a substring between two given separators from a character string. search for substrings between two given separators in a character string....
Continent (Type of variable)
The Continent type is used to find out the characteristics of a continent.
Certificate (Type of variable)
The Certificate type is used to handle: the certificates used to sign the strings or the files. the certificates used to sign the emails....
HSetLog (Function)
Enables or disables log management on a file.
<Table>.Save (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.