ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

tapiSendKey (Function)
Allows you to simulate the use of phone keys.
tapiOrigin (Function)
Allows you to determine the type of call (incoming or outgoing).
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
Search in SCM history
The search in the history allows you to perform an advanced search in the history of operations performed in the SCM......
tapiCalledID (Function)
Used to find out the phone number called.
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
SQL functions for accessing the external databases
List of SQL functions used to access the external databases...
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
NetListIPAddress (Function)
Returns the list of IP addresses (Internet Protocol) for a computer.
SQLReqExists (Function)
Checks the existence of a query.
HCheckUnaltered (Function)
Checks whether one or all records in an unalterable data file have not been modified (with an hexadecimal editor for example).
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
HCheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
HEndNoModif (Function)
Unlocks a file that was locked by the same program with HNoModif.
HMigrateLinkedCompositeKey (Function)
Migrates the values of the linked composite keys coming from a file in Hyper File 5.5 format to the HFSQL Classic format.
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
HDelete (Function)
Deletes a record from a data file (query or view).
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).