ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WiFiDetectAccessPoint (Function)
Starts detecting the Wi-Fi access points currently accessible from the device.
XamlEvent (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
Printing the content of a Spreadsheet control (AAF)
Spreadsheet controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
HDescribeLink (Function)
Describes a link between two data files through programming.
The user version of query editor : Specific features
This help page presents the specific features of the user version of query editor......
dBackground (Example)
Usage example of the dBackground function
Error 1021: The method of the class is not global
Reduce (Function)
Applies a computation to each element of a WLanguage array.
How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
Characteristics of a toolbar
The main characteristics of a "Toolbar" control are configured in the "Details" tab and in the "UI" tab of the description window of control......
AllModifiableWithReportsAndQueries (Property)
The AllModifiableWithReportsAndQueries property is used to determine if a report can be modified in Reports & Queries.
HRSRenameServer (Function)
Changes the DNS name of the replication server if it has a new name.
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
FinDecreasingRedemption (Function)
Calculates the amortization value of a good over a specific period of time, via the formula for fixed-rate decreasing amortization.
NbColumn (Property)
The NbColumn property is used to get the number of columns in a report.
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
gStoredValueEnable (Function)
Allows (or not) retrieving the value defined by gStoredValue in a List Box or a Combo Box control.
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
End
END can correspond to: the END keyword of WLanguage used to specify the end of a loop. the End property, which can be used on EventTimeline variables. .......
SysColor (Function)
Identifies or modifies the color of a Windows element.
sfExecuteQueryResult (Type of variable)
The sfExecuteQueryResult type is used to find out the result of SFForwardQuery and SFExecuteQuery...