ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Functions for managing threads (prefix syntax)
List of functions for managing threads (prefix syntax)...
HModifyScheduling (Function)
Modify a scheduled item on an HFSQL server: scheduled task (stored procedure), backup, optimization, refresh of a materialized view.
<Source>.FileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
<Source>.FromPage (Function)
Automatically updates: the value of the items in a table with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
<Table>.AddInProgress (Function)
Gets or sets the display mode of the internal loading window used when additional elements are loaded in an Infinite Table control.
WINDEV and the SOAP protocol
<Table>.Save (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
<Kanban>.Save (Function)
Updates the record bound to the current card in the Kanban control.
<Looper>.Save (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
<Source>.Save (Function)
Modifies the current record if it exists, otherwise adds a new record.
<Source>.State (Function)
Used to find out the state of a record.
Wire control properties
A Wire control can be handled in a window by the following WLanguage properties......
<Source>.Write (Function)
Writes a record into a table without updating the indexes corresponding to all keys used in the table.
XLS file functions
List of functions for managing XLS files...
XLS file constants
List of constants used by the functions for managing XLS files....
Step 4: Starting the print
To start the print job, simply use iEndPrinting......
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task......
Crosshair in a chart
In a Line chart, it may be difficult to read the value of axes for a point that is far from these axes......