|
|
|
|
|
|
|
|
|
|
|
|
|
|
| A combination is a set of options. |
|
|
|
|
|
|
|
| Configures the print preview:
display a message regarding the resources of current computer.
display or not the ribbon panes (as well as the buttons found).
the export options available in the mini preview window.... |
|
|
|
|
|
|
|
| Deletes a menu or a menu option. |
|
|
|
|
|
|
|
| Enumerates the controls found in a window or page. |
|
|
|
|
|
|
|
| The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members. |
|
|
|
|
|
|
|
| Saves the content of a Spreadsheet control in a file in XLSX format. |
|
|
|
|
|
|
|
| The Destination property is used to define:
the destination of a backup.
the result file of the request.... |
|
|
|
|
|
|
|
| Used to make a layer found in a WDPIC image visible or invisible. |
|
|
|
|
|
|
|
| Restores:
the scrollbar position in a Spreadsheet control,
the current worksheet,
the elements selected in the current worksheet of Spreadsheet control.
These elements have been saved by SpreadsheetSavePositionAndSelection.... |
|
|
|
|
|
|
|
| The diagRectangle type is used to define all the advanced characteristics of a shape of type Rectangle. |
|
|
|
|
|
|
|
| The Table controls displayed in a window allow the end user to perform several operations...... |
|
|
|
|
|
|
|
| A class contains the description of a data structure (members) and the processes (methods) that handle this structure.... |
|
|
|
|
|
|
|
| The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc.... |
|
|
|
|
|
|
|
| Initializes a.NET delegate. |
|
|
|
|
|
|
|
| The drop-down button expands:
a context menu.
a popup window.... |
|
|
|
|
|
|
|
| The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition. |
|
|
|
|
|
|
|
| The ports used by the HFSQL Client/Server server...... |
|
|
|
|
|
|
|
| A flexible modeling includes different elements linked together...... |
|
|
|
|
|
|
|
| Returns the value of a cookie received further to an HTTP request. |
|
|
|
|
|
|
|
| Copies the content of a form into the clipboard. |
|
|
|
|
|
|
|
| Explicitly creates a mutex. |
|
|
|
|
|
|
|
| Locks the current thread while waiting for the mutex to be freed. |
|
|
|
|
|
|
|
| Signals that the thread frees the mutex. |
|
|
|
|
|
|
|
| Explicitly destroys a mutex. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|