|
|
|
|
|
|
|
|
|
|
|
|
|
|
| To configure the general options of the window editor... |
|
|
|
|
|
|
|
| The main elements of window editor are as follows: |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors. |
|
|
|
|
|
|
|
| All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor... |
|
|
|
|
|
|
|
| The main keyboard shortcuts in the editors are as follows... |
|
|
|
|
|
|
|
| Recalculates all formulas of a Spreadsheet control found in a window (including the formulas that use WLanguage functions/procedures).... |
|
|
|
|
|
|
|
| The VerticalSwipe property is used to determine and change the swipe direction in an internal window with swipe gesture support. |
|
|
|
|
|
|
|
| Deletes the entire data from a Spreadsheet control found in a window (cells, formulas, size and header layouts). |
|
|
|
|
|
|
|
| The StatusBar property is used to:
find out whether the status bar is displayed or not
display (or not) the status bar of a window.... |
|
|
|
|
|
|
|
| The FullName property is used to find out the full name:
of a control.
of a window.
of a menu option.
of a table column.... |
|
|
|
|
|
|
|
| Transforms the mouse cursor into hourglass (and conversely).
In Android and iOS, displays an endless progress bar in a window.... |
|
|
|
|
|
|
|
| A Pivot Table control can be handled in a window by the following WLanguage properties...... |
|
|
|
|
|
|
|
| Several WLanguage properties can be used on the Check Box controls found in a window, in a page or in a report...... |
|
|
|
|
|
|
|
| List of properties associated with a Radio Button control... |
|
|
|
|
|
|
|
| The query editor allows you to perform operations on the values of an item...... |
|
|
|
|
|
|
|
| The spDerivation property is used to:
Get the key derivation function used to hash an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically.
Set the key derivation function used for hashing (only for "Password" items defined programmatically).... |
|
|
|
|
|
|
|
| Retrieves the name of the control being edited and its index, if necessary. |
|
|
|
|
|
|
|
| The TokenCurrentInput property is used to read or change the value being entered in a "Text token" edit control. |
|
|
|
|
|
|
|
| The Image type is used to define the advanced characteristics of an image. |
|
|
|
|
|
|
|
| WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming...... |
|
|
|
|
|
|
|
| Log-based replication can be implemented in the data model editor...... |
|
|
|
|
|
|
|
| A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used.... |
|
|
|
|
|
|
|
| You can define the click actions of an Image control ("General" tab of the control description window) to make it Clickable Image control...... |
|
|
|
|
|
|
|
| The RepeatableReadSupported property is used to:
Determine if the data file (defined in the data model editor or programmatically) can be used in HFSQL Client/Server in a transaction that includes a "Repeatable Read" isolation mode.
Allow the use of a transaction that includes a "Repeatable Read" isolation mode for a data file (files described programmatically only).... |
|
|
|
|
|
|
|
| Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Table control. |
|
|
|
|
|
|
|
| The SwipeEnabled property enables or disables the swipe gesture support:
on an Internal Window control.
on a row in a Looper control.... |
|
|
|
|
|
|
|
| Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Looper control. |
|
|
|
|
|
|
|
| Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Looper control. |
|
|
|
|
|
|
|
| Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Table control. |
|
|
|
|
|
|
|
| The Splitter control is used to divide a window into several distinct areas...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|