ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SynchroHFSQL (Property)
The SynchroHFSQL property is used to: get the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file. specify the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file....
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
Generating SQL scripts
The content of an analysis can be exported in the format of SQL scripts for a specified database (SQL Server, Oracle, ......
1. WLanguage functions
Most of the WLanguage functions available in WINDEV are also available in WINDEV Mobile....
SpreadsheetDeleteAll (Function)
Deletes the entire data from a Spreadsheet control found in a window (cells, formulas, size and header layouts).
<Spreadsheet>.DeleteAll (Function)
Deletes the entire data from a Spreadsheet control found in a window (cells, formulas, size and header layouts).
BackgroundStyle (Property)
The BackgroundStyle property is used to get and modify the background style of cells in tables and/or TreeView Tables....
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
Java application and WINDEV
A Java application is an application entirely compiled in Java......
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
Pivot Table control properties
A Pivot Table control can be handled in a window by the following WLanguage properties......
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
Automatic server update
The HFSQL Control Center is used to implement the automatic server update......
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
HCheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
<Source>.DeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
<Source>.CheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
<Connection variable>.ModifyFileProperty (Function)
Modifies the properties of an HFSQL data file located on a server.
Creating a delete query
A delete query (corresponding SQL statement......