ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site......
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
Spacing out a selection of controls
To create modern interfaces, you need to increase spacing between the controls in your windows......
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
SchedulerTaskProperties (Function)
Reads the properties of a scheduled task and updates the ScheduledTask structure.
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
Automation object
The Automation keyword is used to declare an automation object...
REP files
REP files contain the list of data files handled by the application....
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
gglCalendar (Type of variable)
The gglCalendar type is used to describe and modify a calendar used by the Google Calendar service...
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
EventCreate (Function)
Creates an event.
TreeInsert (Function)
Inserts a leaf into a TreeView control at a specific position.
iConfigure (Function)
Configures the printer for a print performed in WLanguage: by opening the configuration window. by modifying the printer used for the current print....
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
HCreateMovableReplica (Function)
Creates a movable replication.
LooperInsert (Function)
Inserts a row into a Looper control.
SpeechSynthesisVoice (Type of variable)
The SpeechSynthesisVoice type is used to get all the advanced characteristics of a speech synthesis voice.
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
InputMask (Type of variable)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
Using the Google Maps service
The Google Maps service is an Internet mapping software proposed by Google......
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......