ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.Creation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
<Pivot table>.Expand (Function)
Expands the data found in a Pivot Table control according to a row header or to a column header.
<Pivot table>.Collapse (Function)
Collapses the data found in a Pivot Table control according to a row header or to a column header.
AAFImportParameter (Function)
Loads all customizations made via AAFs (Automatic Applications Features) that have previously been saved to a file.
<Chart>.Rotation (Function)
Turns a Surface or Pyramid chart around one of its axes in order to better view the data
Redis management functions
The following functions are used to manage a Redis database:...
<emailIMAPSession variable>.Expunge (Function)
Destroys all the deleted emails marked as deleted ("Deleted" status) from the current folder of IMAP session.
VisibleWithAnimation (Property)
The VisibleWithAnimation property is used to make a control visible or invisible via the "Appear/Disappear" animation....
Integrated OCR (Optical Character Recognition) management functions
MandatoryInput (Property)
The MandatoryInput property is used to determine if a control is required and to enable or disable the required data input.
<Source>.RecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
<Source>.Forward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
HCheckUnaltered (Function)
Checks whether one or all records in an unalterable data file have not been modified (with an hexadecimal editor for example).
<Source>.Write (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
<Source>.Backward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
<Source>.CheckUnaltered (Function)
Checks whether one or all records in an unalterable data file have not been modified (with an hexadecimal editor for example).
HFSQL Client/Server functions (prefix syntax)
Several HFSQL functions are used to manage the HFSQL Client/Server data......
<Connection variable>.InfoFileRights (Function)
Allows you to find out the rights granted to a user or to a group on an HFSQL Client/Server data file....
CtDescribedCaption (Property)
The CtDescribedCaption property is used to get and set the caption of the connection to the OLE DB data source.
HFSQL management functions
List of functions for HFSQL management...
Browsing the HFSQL data files
The "Key" items are used to organize the records in a data file in order to optimize the browse or the search......
H.VisibleAutoIndexing (Variable)
Indicates whether the indexing window must be displayed during the automatic reindexing of HFSQL data files.
HExportJSONString (Function)
Exports the records from a data file (HFSQL or OLE DB), view or query to a JSON string.
<HFSQL file>.ExportJSONString (Function)
Exports the records from a data file (HFSQL or OLE DB), view or query to a JSON string.
<Connection variable>.DeleteFile (Function)
Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server.