ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.
Telemetry: Method used to send data
Telemetry data is sent to the server regularly and is processed by the server every 2 hours......
2. Projects in practice
Discover the main operations that can be performed on a project....
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
ShortcutKey (Property)
The ShortcutKey property gets and sets the keyboard shortcut associated with a control.
AssistedInputAdd (Function)
Adds a row to the list of values available in the autocomplete suggestions of an Edit control.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
HTMLAttribute (Property)
The HTMLAttribute property reads and changes the HTML attributes of the control.
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
NetworkUser (Function)
Identifies the name of the connected user.
Constants for the geo-localization functions
Constants used by the geo-localization functions...
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
Error (External language)
Displays a dialog box containing an error logo and the message passed in parameter.
2. Projects in practice
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
FAQ about Windows Vista and later
This help page presents a list of problems that may occur when using Windows Vista and later......
DateTimeUTCToLocal (Function)
Converts a UTC date and time to local time (time zone, summer time, winter time).
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
CoordinateEditorToScreen (Function)
Converts a size or a position specified in the reference dpi in the editor (160 dpi) to the native dpi of screen on the device where the application is run.
Push notification
A mobile device can receive push notifications......
grTimeLevelMask (Function)
Defines the display mask for a level of time scale in a chart.
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links between these files described in the analysis......
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
KeyPressed (Function)
Checks which key is pressed.