|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Usage example of the HOut function |
|
|
|
|
|
|
|
| Usage example of the HExecuteSQLQuery function |
|
|
|
|
|
|
|
| Usage example of the HExecuteQuery function |
|
|
|
|
|
|
|
| Usage example of the HModify function |
|
|
|
|
|
|
|
| Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP). |
|
|
|
|
|
|
|
| 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.... |
|
|
|
|
|
|
|
| The CtExtendedInfo property is used to get the additional information inserted into database connection string. |
|
|
|
|
|
|
|
| Usage example of the HCancelDeclaration function |
|
|
|
|
|
|
|
| Usage example of the HBuildKeyValue function |
|
|
|
|
|
|
|
| Changes the mode and the method for locking data files. |
|
|
|
|
|
|
|
| Initializes a query and declares this query to the database server in order to optimize the next executions of this query. |
|
|
|
|
|
|
|
| Reads a record in a file according to a given record number. |
|
|
|
|
|
|
|
| Stores the current file context: current record, filter, pointers. |
|
|
|
|
|
|
|
| Simulates a mouse event (left click, right click, double click, ...). |
|
|
|
|
|
|
|
| WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)...... |
|
|
|
|
|
|
|
| Positions on the first file record whose value for a specific item is greater than or equal to a sought value. |
|
|
|
|
|
|
|
| Sets the position on the first record according to a browse item. |
|
|
|
|
|
|
|
| Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)...... |
|
|
|
|
|
|
|
| The Automation keyword is used to declare an automation object... |
|
|
|
|
|
|
|
| The Type property is used to get:
the type of element (data file or item) defined programmatically or in the data model editor, view or query.
the type of object.
the type of data held in a Variant.... |
|
|
|
|
|
|
|
| Sets the position on the previous record of a file according to a browse item. |
|
|
|
|
|
|
|
| Usage example of the HDescribeItem function |
|
|
|
|
|
|
|
| The VisualEffect property allows you to apply a visual effect on a control or group of controls in a window. |
|
|
|
|
|
|
|
| Used to modify the management mode of memo items. |
|
|
|
|
|
|
|
| Usage example of the HCreationIfNotFound function |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|