ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WEBDEV concepts
Utilisation dans la classe ActionRapide - Accès en Lecture + Ecriture - Type : Tous types + objets...
Unalterable (Property)
The Unalterable property is used to configure the unalterability of a data file: the data file cannot be modified; only additions can be made.
Setup of a WEBDEV site: Automatic data file modification
The automatic modification of the data files allows updating the description of data files on the Web server......
CtAccess (Property)
The CtAccess property sets the type of access to the table when connecting to a specific table via OLE DB.
HListREP (Function)
Returns the list of assignments for the data files handled by the current application, which means the list of physical files corresponding to the files described in the analysis.
HRegenerateFile (Function)
Regenerates a data file from its log.
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
WDD55 (Property)
The WDD55 property is used to: Get the name and full path of the Hyper File 5.5 WDD file. Set the name and full path of the Hyper File 5.5 WDD file....
GUIDAnalysis (Property)
The GUIDDatabase schema property returns the GUID of the database schema that was used to create the table.
<Connection variable>.FileExist (Function)
Finds out if a file exists, i.e. if it has been physically created (HCreation or HCreationIfNotFound).
<Source>.ExportXLS (Function)
Exports records from a table (HFSQL or OLE DB), view or query to an Excel file (XLSX).
HExportXML (Function)
Exports the records found in a table (HFSQL or OLE DB), view or query to an XML file.
HExportXLS (Function)
Exports records from a table (HFSQL or OLE DB), view or query to an Excel file (XLSX).
HExportJSON (Function)
Exports the records found in a table (HFSQL or OLE DB), view or query to a JSON file.
<Source>.ExportXML (Function)
Exports the records found in a table (HFSQL or OLE DB), view or query to an XML file.
<Source>.ExportJSON (Function)
Exports the records found in a table (HFSQL or OLE DB), view or query to a JSON file.
WDInst: Configuring the automatic data file modification
The automatic data file modification updates the description of data files on user computers......
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described through programming....
Database schema: Description of table structure
The database schema allows you to define the structure of tables used by the project......
<Connection variable>.RegenerateFile (Function)
Regenerates a data file from its log.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.