ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Installing WINDEV/WEBDEV/WINDEV Mobile: Complying with the directory standard
The different Windows versions propose standard regarding the location of some files and the use of directories......
Link functions
Link functions are used to link the interface with the data files (and vice versa). These functions are as follows:...
ODBCDatabaseName (Property)
ODBCDatabaseName is used to: Find out the name of the database used when printing a report based on a "query performed on a connection". Specify the name of the database used when printing a report based on a "query performed on a connection"....
ODBCConnectionName (Property)
The ODBCConnectionName property is used to: Identify the name of the ODBC connection used when printing a report based on a "query performed on a connection". Specify the name of the ODBC connection used when printing a report based on a "query performed on a connection"....
TimelineDeleteAll (Function)
Deletes all events and tracks from a TimeLine control.
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
Check: Connectivity to HFSQL Client/Server
The monitoring robot will try to connect to a HFSQL Client/Server server......
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....
HChangeRplDir (Function)
Modifies the location for the description of subscriber replica (RPL file).
HTriggerRecordBefore (Function)
Retrieves the value of the current record before the trigger(s) are executed.
Events associated with Looper controls
List of events associated with Looper controls...
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
MemcachedCAS (Function)
Modifies the value of a key if this one was not modified.
ODBCPassword (Property)
The ODBCPassword property is used to: Identify the password used to connect to a database via an ODBC driver or a Native Connector. Specify the password used to connect to a database via an ODBC driver or a Native Connector....
ODBCUserName (Property)
ODBCUserName is used to: Identify the username used to connect to a database via an ODBC driver or a Native Connector. Specify the username used to connect to a database via an ODBC driver or a Native Connector....
AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
MemcachedCASKeyGroup (Function)
Modifies the value of a key on a group of servers if this one was not modified.
inAppListPurchase (Function)
Returns the list of application products purchased by the user and not consumed.
grTimeLevelMax (Function)
Defines the number of levels to display in the time scale of a chart as well as the maximum level.
2. Static or dynamic site
H.NbRetryRead (Variable)
Indicates the number of attempts to read the file or record before giving control back to the program.
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......