|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Opens and runs a WINDEV project. |
|
|
|
|
|
|
|
| When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV.... |
|
|
|
|
|
|
|
| Saves an image:
in a PNG file.
in memory.... |
|
|
|
|
|
|
|
| Moves backward several records from the current position in the data file, according to a specified item. |
|
|
|
|
|
|
|
| The StoredValue property is used to get the value currently stored by:
a row in a List Box, ListView or Combo Box control.
a "Text token" Edit control.
a row of a Table control.
an input suggestion in an Edit control (if the suggestion is selected).... |
|
|
|
|
|
|
|
| Pauses the current service during the specified duration. |
|
|
|
|
|
|
|
| The hScheduleMaterializedView type is used to programmatically manage a task for recalculating the data of a scheduled materialized view on an HFSQL server. |
|
|
|
|
|
|
|
| There are multiple methods to install a WINDEV Mobile application... |
|
|
|
|
|
|
|
| The aiNeuralNetworkModel type is used to define all the advanced characteristics of a neural network used by AIDetectModel. |
|
|
|
|
|
|
|
| List of WLanguage properties of Internal Window controls... |
|
|
|
|
|
|
|
| The gglEmail type is used to describe and modify the email address of a contact... |
|
|
|
|
|
|
|
| A List variable is a structured type that is used to group a set of elements of the same type. |
|
|
|
|
|
|
|
| Returns the device's advertising identifier (iOS only).... |
|
|
|
|
|
|
|
| The monitoring robot includes three executables...... |
|
|
|
|
|
|
|
| The gglEvent type is used to describe and modify an event of a calendar... |
|
|
|
|
|
|
|
| Modifies the status of an event. |
|
|
|
|
|
|
|
| To ensure data security and confidentiality, some actions may be restricted to a group of users...... |
|
|
|
|
|
|
|
| The ToolTip property gets and changes the tooltip text. |
|
|
|
|
|
|
|
| Creates a logical alias of a data file (or query) or cancels all existing aliases. |
|
|
|
|
|
|
|
| Sets the position on the last record of a data file according to a browse item. |
|
|
|
|
|
|
|
| Crosses a record in a data file. |
|
|
|
|
|
|
|
| You can manipulate Layout controls (and its cells) in a window or page using the following WLanguage properties...... |
|
|
|
|
|
|
|
| The CONTINUE keyword can correspond:
to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration.
to the CONTINUE: label. It allows you to declare a common code in a loop.... |
|
|
|
|
|
|
|
| Deletes all rows from:
a Table control populated programmatically,
a TreeView Table control populated programmatically,
a table displayed in a Combo Box control.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|