ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
RegistryCopyKey (Function)
Copies a registry key with all its subkeys and values.
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
Browser constants
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
ShellExecute (Function)
Opens a document in its associated application.
LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
ExecuteUpdateUI (Function)
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol. This function is kept for backward compatibility.
geoTrackingEnable (Function)
Enables the management of location tracking in a WINDEV Mobile application.
SourceToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
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. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
KioskEnable (Function)
Switches the current Android application to kiosk mode.
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
BTLEInitialize (Function)
Initializes Bluetooth Low Energy (required in Windows and iOS only)
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite Connector.
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
BackgroundTaskAdd (Function)
Adds a new background task.