ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format......
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
OLE DB provider for HFSQL
The OLE DB provider on HFSQL is used to access an HFSQL database (Classic or Client/Server) from an external software that manages the accesses by OLE DB......
WDStatistics: Using WDStatistics
WDStatistics can be used once the log files have been imported......
Alias type
The Alias type is used to declare and handle a logical alias for a data file or query.
WLanguage properties of Internal Window controls
List of WLanguage properties of Internal Window controls...
AppleAdvertisingIdentifier (Function)
Returns the device's advertising identifier (iOS only)....
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....
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
Defining a help window template
WINDEV allows you to create help window templates......
Rectangle (Type of variable)
A Rectangle variable is a structured type that is used to represent a rectangle (X, Y, Width, Height) in 2 dimensions.
ToolTip (Property)
The ToolTip property gets and changes the tooltip text.
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
Character strings
WLanguage supports different types of strings....
JWTParameters (Type of Variable)
The JWTParameters type allows you to define all the information necessary to perform JTW authentication.
DeclareAWPContext (Function)
Used to declare a list of variables whose value will be persistent between the successive displays of Active WEBDEV Pages.
gClickableLink (Function)
Adds a clickable link in a graphic string.
State (Property)
The State property is used to get and change the state of an element.
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
Property Description (Type of variable)
The Property Description type is used to get information about a property.
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
The different types of integers