|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The test of the entire project allows you to simulate the start of the application with the executable...... |
|
|
|
|
|
|
|
| A context menu can be opened by the user via a right mouse click...... |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor...... |
|
|
|
|
|
|
|
| Validates the current transaction:
the modifications performed on the table 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.... |
|
|
|
|
|
|
|
| Initializes:
one or all variables of file items with their default values.
one or all items of a Record variable with their default values.... |
|
|
|
|
|
|
|
| WDMap is used to view the records found in a table...... |
|
|
|
|
|
|
|
| Forbids all the modifications on a table (for all the programs, including the one that requested the no-modification policy). |
|
|
|
|
|
|
|
| Enables or disables log management on a file. |
|
|
|
|
|
|
|
| Forces the operating system of the computer where the tables are found to write data onto the disk. |
|
|
|
|
|
|
|
| WDMAP allows you to export records to...... |
|
|
|
|
|
|
|
| Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism. |
|
|
|
|
|
|
|
| The analysis proposes two types of Unicode items...... |
|
|
|
|
|
|
|
| An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc. |
|
|
|
|
|
|
|
| List of functions for managing threads... |
|
|
|
|
|
|
|
| Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response.... |
|
|
|
|
|
|
|
| Returns the number of records in an HFSQL file, query or view: active records, deleted records, etc. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|