ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Checking spelling in edit controls
WINDEV lets you use the spelling checker in the Edit controls and text columns of the Table controls of WINDEV applications......
<Connection variable>.ModifyScheduledBackup (Function)
Modifies a backup scheduling.
<Connection variable>.DeleteBackup (Function)
Deletes a backup previously created with HBackup.
<Source>.PrepareQuery (Function)
Initializes a query and declares this query to the database server in order to optimize the next executions of this query.
HFreePosition (Function)
Deletes a position saved by HSavePosition.
<Connection variable>.AddTask (Function)
Adds a scheduled task on the server defined by the connection.
<Connection variable>.ActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
The Organizer control
The Organizer control is used to display and handle organizers......
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
Configuring the development environment
WINDEV, WEBDEV and WINDEV Mobile propose different modes for using the development environment......
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
HDeleteBackup (Function)
Deletes a backup previously created with HBackup.
HAddTask (Function)
Adds a scheduled task on the server defined by the connection.
HModifyScheduledBackup (Function)
Modifies a backup scheduling.
IntegerPart (Property)
The IntegerPart property is used to configure Numeric items.
DecimalPart (Property)
The DecimalPart property is used to configure Numeric items.
HPrepareQuery (Function)
Initializes a query and declares this query to the database server in order to optimize the next executions of this query.
HListCustomFolder (Function)
Returns the list of Custom-Folders (also called groups) defined in the analysis.
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
Handling the checks
The monitor of the monitoring robot allows you to access the different checks started by the monitoring robot......
The Rating control
The Rating control allows the user to: indicate the popularity level of an element via repeated icons. find out the popularity level of an element via repeated icons....
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically download the different editor updates (WINDEV, WEBDEV and WINDEV Mobile) thanks to "Automatic update"......
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......