ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

GglPrintDocument (Function)
Prints a document (text or PDF file, images, Word or Excel document, ...) by using the Cloud Print service of Google.
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
HAdd (Function)
Adds: the record found in memory into the table (query or view). the record found in a Record variable into the table (query or view)....
Spreadsheet constants
The following constants are used by the functions for managing Spreadsheet controls:...
Automatic feature for copying forms
When typing several copies of a form one after another, some of the information to type may be the same for each instance of the form......
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
SOAPRun (Function)
Runs a procedure on a SOAP server.
grSunburstAddData (Function)
Adds a data to a Sunburst chart.
RichEdit (Property)
The RichEdit property is used to manage the RTF (Rich Text Format) type: of an edit control or Static control found in a window. of a Static control found in a report....
Uploading and downloading files on Internet (WINDEV FTP and RPC)
Several methods can be used to upload and download files by Internet......
HToItem (Function)
Assigns the specified value to an item of the current record.
XML functions
List of XML functions...
VariableReset (Function)
Resets the variable to its initial value.
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....
Keyboard shortcut on a button (AAF)
In an application developed with WINDEV, the user has the ability to implement a keyboard shortcut on a button......
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.