ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

5. HFSQL Cient/Server
PVTExpand (Function)
Expands the data found in a Pivot Table control according to a row header or to a column header.
<Pivot Table>.Expand (Function)
Expands the data found in a Pivot Table control according to a row header or to a column header.
MandatoryInput (Property)
The MandatoryInput property is used to determine if a control is required and to enable or disable the required data input.
RandomCryptoBuffer (Function)
Returns a buffer to the specified size filled with random data, that can be used with the cryptographic technologies.
TableEnd (Function)
Stops the manual iteration of table linked to a data-bound Table control.
TotalRange (Property)
The TotalRange property gets and sets the total range of data represented by the Range Slider control.
LooperModifyLine (Function)
Changes the values of the attributes in a row of a Looper control based on a data file or populated programmatically.
<Chart>.Rotation (Function)
Turns a Surface or Pyramid chart around one of its axes in order to better view the data
Add data files to a replication (ReplicEdit)
When the replication is described, the data files must be added into the replication......
5. HFSQL Client/Server
A WINDEV Mobile application can also use an HFSQL database in Client/Server mode....
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
<Source>.RecordToString (Function)
Converts the content of the current record to string (in a table, HFSQL view, query, etc.).
HRecordToString (Function)
Converts the content of the current record to string (in a table, HFSQL view, query, etc.).
Provider (Property)
The Provider property is used to manage the type of a connection (HFSQL Client/Server, OLE DB, etc.)....
Universal replication
The purpose of universal replication is to keep several databases synchronized......
Manipulating TimeLine controls programmatically
A TimeLine control can be......
Working in Offline mode
When working on a laptop computer or on an offline computer, you may want to continue to work......
HExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
JSON: Handling multi-gigabyte files
Removes an existing folder from the list of subscribed folders. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
HExportXLS (Function)
Exports records from a data file (HFSQL or OLE DB), view or query to an Excel file (XLSX).
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......