ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
Android In-App configuration
A specific configuration is required to manage the In-App purchases in an Android application......
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
Characteristics of a Sidebar control
The main characteristics of a Sidebar control can be configured......
Looper control based on a data file
This type of Looper control uses data from a data file or query......
DomoOpen (Function)
Used to establish a connection with a X10 interface.
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
Operations performed on a data file (Data model editor)
The main operations that can be performed on a data file from the data model editor are as follows......
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
CountryList (Function)
Returns the list of all countries or countries of a given continent according to ISO 3166-1.
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
OBEXListFile (Function)
Lists the files shared by a device that is using the OBEX protocol.
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
DomoStatus (Function)
Used to find out whether an electrical device (compatible with the X10 protocol) is switched on or off.
Multiline strings
To type character strings over several lines in the code editor...