ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SourceFromWindow (Function)
Automatically initializes: the values of a table's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
EndService (Function)
Ends the execution of the current service.
HListKey (Function)
Returns the list of keys in a table (query or view) recognized by the HFSQL engine.
HListLink (Function)
Returns the list of table bindings (Merise type) present: in the current database schema, in ongoing database schemas (projects with multiple database schemas). in a specific database schema....
HChangeDir (Function)
Changes the path to a table (i.e. directory in which the file will be handled).
HLast (Function)
Sets the position on the last record of a table according to a browse item.
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
ThreadEnd (Function)
Ends the execution of the current thread.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
HChangeKey (Function)
Changes the browse item.
HIndex (Function)
Rebuilds the file index (".NDX" file).
HExportXLS (Function)
Exports records from a table (HFSQL or OLE DB), view or query to an Excel file (XLSX).
SCM: Managing rights
It is possible to manage and grant certain access rights to the developers for each element in the SCM......
HDuplicateRecord (Function)
Duplicates the record read in a table: the record found in memory is added into the table (query or view).
HExportCSV (Function)
Exports the records found in a table (HFSQL or OLE DB), a view or a query to a CSV file.
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
HStatCalculate (Function)
Performs various statistical calculations on the file keys.