ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test...
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
fDriveInfo (Example)
Usage example of the fDriveInfo function
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
saasPricing (Type of variable)
The saasPricing type is used to define the advanced characteristics of a SaaS pricing.
ReplicInitialize (Function)
Initializes or reinitializes a replication defined by the replication editor (ReplicEdit).
TableCollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
ServiceRestart (Function)
Restarts a service (already started).
SQLFirst (Example)
Usage example of the SQLFirst function
HChangeKey (Example)
Usage example of the HChangeKey function
RESTSend (Function)
Sends a REST request and waits for the server response.
sfDeleteResult (Type of variable)
The sfDeleteResult type is used to find out the result of SFDelete...
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
X (Property)
The X property is used to get and change the X-coordinate of an element.
Y (Property)
The Y property is used to get and change the the Y-coordinate of an element.
FinDecreasingRedemption (Example)
Usage example of the FinDecreasingRedemption function
USBListDevice (Function)
Returns the list of USB devices currently plugged into the current computer.
WiFiDetectAccessPoint (Function)
Starts detecting the Wi-Fi access points currently accessible from the device.
Sum (Function)
Calculates the sum of the array elements.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
EmailGetAll (Function)
Retrieves all the emails found on a server.
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.