ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
Native SQLite Connector: Programming with SQL functions
The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis....
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite Connector.
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the data file. This item was defined in the data model editor or through programming. Define whether the value of a calculated item is stored in the data file (when describing the item through programming)....
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or through programming. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
Replication management functions
Three types of replication are proposed......
HJSONToRecord (Function)
Imports JSON data into the current record.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
HChangeRplDir (Function)
Modifies the location for the description of subscriber replica (RPL file).
HListProvider (Function)
Returns the list of OLE DB providers and/or Native Connectors installed on the current computer....
HMode (Function)
Changes the mode and the method for locking data files.
HDeactivateAutoFilter (Function)
Disables an automatic filter on the linked files when browsing an XML file.
HRplFilterProcedure (Function)
Defines the WLanguage procedure that will be called whenever a replication operation is performed on a specific file.
HRplDeclareLink (Function)
Declares a (1, 1) (0, n) link between two tables.
HState (Function)
Used to find out the state of a record.
<Source>.CheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
HRefreshView (Function)
Asks to recalculate the content of a materialized view.
Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector for MySQL......
<Connection variable>.AddLink (Function)
Adds an integrity rule between two files on the server.
<Connection variable>.LoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
<Connection variable>.StartServerUpdate (Function)
Used to immediately start the automatic server update.
<Connection variable>.ActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.