ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HExecuteSQLQuery (Example)
Usage example of the HExecuteSQLQuery function
HOut (Example)
Usage example of the HOut function
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
HModify (Example)
Usage example of the HModify function
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
CtExtendedInfo (Property)
The CtExtendedInfo property is used to get the additional information inserted into database connection string.
HCancelDeclaration (Example)
Usage example of the HCancelDeclaration function
HBuildKeyValue (Example)
Usage example of the HBuildKeyValue function
StoreTheConfiguration (Property)
The StoreTheConfiguration property is used to: Determine whether the configuration of the panes in a dynamic Tab control or Ribbon control is automatically saved and restored. Modify the configuration of the panes in a dynamic Tab control or Ribbon control so that it is automatically saved and restored (or not)...
Copying and cloning
Variables are copied using the "=" operator...
HMode (Function)
Changes the mode and the method for locking data files.
HPrepareQuery (Function)
Initializes a query and declares this query to the database server in order to optimize the next executions of this query.
HRead (Function)
Reads a record in a file according to a given record number.
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
HDescribeItem (Example)
Usage example of the HDescribeItem function
VisualEffect (Property)
The VisualEffect property allows you to apply a visual effect on a control or group of controls in a window.
HSetMemo (Function)
Used to modify the management mode of memo items.
HCreationIfNotFound (Example)
Usage example of the HCreationIfNotFound function
Events associated with the project
List of events associated with the project...
HPrevious (Function)
Positions on the previous file record according to a browse item.