ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming.
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector...
HSuggestKeyEnd (Function)
Finishes collecting information on executed queries.
<Source>.ExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
Creating the Table windows of the WINDEV RAD pattern
Creating the Table pages of the WEBDEV RAD pattern
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
Events associated with TreeView controls
List of events associated with TreeView controls...
Creating a table in a report
Tables can be created in a report......
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
Check: SMART status of storage drives
The monitoring robot will measure the SMART attributes of a server's hard drives......
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......
Reals
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
Check Box control properties
Several WLanguage properties can be used on the Check Box controls found in a window, in a page or in a report......
Static control properties
List of properties associated with a Static control...
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
Conversion (Function)
Converts a value from a unit to another one.