|
|
|
|
|
|
|
|
|
|
|
|
|
|
| WINDEV allows you to customize...... |
|
|
|
|
|
|
|
| The Abbreviation property gets the abbreviation of a data file. This abbreviation is defined in the data model editor when defining the data file. This property is read-only. |
|
|
|
|
|
|
|
| WDModFic is a tool used to perform the automatic modification of the data files found on the development computer and on the end-user computers...... |
|
|
|
|
|
|
|
| In most cases, several popup menus are included in your applications...... |
|
|
|
|
|
|
|
| Simple or symmetric progress bar?... |
|
|
|
|
|
|
|
| To facilitate the positioning of controls, you have the ability to force their move according to the four main axes (0°, 45°, 90°, 135°).... |
|
|
|
|
|
|
|
| WINDEV proposes to run the different project tests directly on the corresponding executable...... |
|
|
|
|
|
|
|
| The browser "Back" button allows the Web users to display the pages that were already visited...... |
|
|
|
|
|
|
|
| Insufficient memory to perform the operation. ERR_OUT_OF_MEMORY (13)... |
|
|
|
|
|
|
|
| The following functions are used to manage activation keys:... |
|
|
|
|
|
|
|
| Inserts an element at a given position:
into a one-dimensional array.
into an associative array.
into an advanced array property (array of gglCalendar events, etc.).
into a WLanguage list.... |
|
|
|
|
|
|
|
| Dynamically changes the window displayed in an Internal Window control.
Scrolling internal windows: Modifies the window currently displayed. This modification is saved in the list of internal windows to scroll.... |
|
|
|
|
|
|
|
| Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file. |
|
|
|
|
|
|
|
| Inserts an element at a given position:
into a one-dimensional array.
into an associative array.
into an advanced array property (array of gglCalendar events, etc.).
into a WLanguage list.... |
|
|
|
|
|
|
|
| To pass parameters to a procedure run on a SOAP server, WINDEV is using the following structure...... |
|
|
|
|
|
|
|
| Dynamically changes the window displayed in an Internal Window control.
Scrolling internal windows: Modifies the window currently displayed. This modification is saved in the list of internal windows to scroll.... |
|
|
|
|
|
|
|
| Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file. |
|
|
|
|
|
|
|
| The mongoOperationDeleteOne type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. The first document that matches the filter will be deleted. |
|
|
|
|
|
|
|
| The mongoOperationDeleteAll type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. All the documents that match the selection filter will be deleted. |
|
|
|
|
|
|
|
| The mongoOperationUpdateAll type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. All the documents that match the selection filter will be updated. |
|
|
|
|
|
|
|
| The mongoOperationReplaceOne type is used to define all the advanced characteristics of a document replace operation that will be added to a bulk operations list. The first document that matches the filter will be replaced. |
|
|
|
|
|
|
|
| The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|