ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
Automatic management of exceptions
The management of exceptions can be customized by process......
4. HFSQL Classic
HFSQL Classic is the database format......
<Image variable>.SaveGIF (Function)
Saves an image found in an Image variable: in a file in GIF format. in memory....
<Image variable>.SaveBMP (Function)
Saves an image contained in an Image variable: in a file in BMP format. in memory....
The Signature control
The Signature control is a report control used to sign......
DateTimeTimeZoneToLocal (Function)
Converts a date and time from a particular time zone to a local date and time.
DateTimeLocalToTimeZone (Function)
Converts a local date and time to the date and time in a particular time zone.
Handling character strings
WINDEV, WINDEV Mobile and WEBDEV allow you to perform different types of operations on character strings via the WLanguage functions......
ToolTipTitle (Property)
The ToolTipTitle property gets and sets the text displayed in the tooltip associated with the column title of a Table control. This tooltip only appears when the Table control column title is hovered over.
RTFAdd (Function)
Adds a character string (in RTF or not) at the end of RTF edit control, RTF control in a report or character string containing a text in RTF.
MenuMark (Function)
Positions the checkmark in front of the menu option (popup menu or drop-down menu).
Remote WEBDEV administrator: Configuration to use the statistics
A specific account dedicated to the management of statistics is required to access the statistical module. This account can be created via the remote administrator....
In-App functions
The following WLanguage functions are used to manage In-App purchases......
MenuAddSeparator (Function)
Adds a new separator in a menu (drop-down or context menu).
iChangeSubReportSource (Function)
Modifies through programming the report associated with a sub-report in a composite report.
WiFiDeleteNetwork (Function)
Deletes a network from the list of Wi-Fi networks configured on the device.
WDTRAD overview
WITH
Factorizes the expression of an element on which several sub-elements or properties are accessed.
How to color a control with focus?
This help page explains how to highlight the control where the input is performed....
SeekByProcedure (Function)
Seeks an element in a one-dimensional array by using a comparison procedure.
inAppListProductInfo (Function)
Retrieves, from the store, information about the "In-App" products associated with the application.
inAppPurchaseProduct (Function)
Sends a request for purchasing an "In-App" product associated with the application.
Functions for managing the Combinations and Enumerations
ArrayAddReference (Function)
Adds the reference of an object at the last position in a one-dimensional array.