|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Returns the number of windows opened at a given time. |
|
|
|
|
|
|
|
| Minimizes a WINDEV window. |
|
|
|
|
|
|
|
| Returns the index of the current layout in the window or internal window. |
|
|
|
|
|
|
|
| Returns the interior width of a window (without border). |
|
|
|
|
|
|
|
| Returns the horizontal position of the upper-left corner of a window in relation to the upper-left corner of the screen. |
|
|
|
|
|
|
|
| Returns the vertical position of the upper-left corner of a window in relation to the upper-left corner of the screen. |
|
|
|
|
|
|
|
| Returns the horizontal position of the upper-left corner of the internal area (without border and title bar) of a window in relation to the upper-left corner of the screen. |
|
|
|
|
|
|
|
| Returns the outer height of a window. |
|
|
|
|
|
|
|
| Returns the full width of a window. |
|
|
|
|
|
|
|
| Returns the interior height of a window (without title bar and border). |
|
|
|
|
|
|
|
| Returns the vertical position of the upper-left corner of the internal area (without border and title bar) of a window in relation to the upper-left corner of the screen. |
|
|
|
|
|
|
|
| Immediately redraws the window controls for which a graphic update is required. |
|
|
|
|
|
|
|
| Enables or disables the Dim Disabled Window (DDW) feature for a specific window: |
|
|
|
|
|
|
|
Applies a specific layout to: - a window.
- an internal window.
|
|
|
|
|
|
|
|
| Creates a Repositionable Note control. |
|
|
|
|
|
|
|
| Saves the changes made when the "Modification of UI by the end user" mode is enabled. |
|
|
|
|
|
|
|
| Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback"). |
|
|
|
|
|
|
|
Automatically updates: - the values of a table's items in memory with the values from the controls in the window.
- the value of the WLanguage variables with the value of the window controls.
This function is also available for WEBDEV pages. |
|
|
|
|
|
|
|
| Dynamically changes the window displayed in an Internal Window control. Case of internal window dequeues Modifies the currently displayed window. This modification is saved in the list of internal windows to scroll. |
|
|
|
|
|
|
|
Automatically updates:- the values of a table's items in memory with the values from the controls in the window. The table items bound to the window controls are automatically updated with the values of these controls.
- the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the window controls are automatically updated with the values of these controls.
This function is also available for WEBDEV pages. |
|
|
|
|
|
|
|
| Opens a popup window by specifying its opening position and waits until it is closed. |
|
|
|
|
|
|
|
Automatically initializes the controls of a window with: - the values of the bound items in the current record (loaded in memory) of the HFSL table described in the data model editor.
- the values of the bound WLanguage variables.
|
|
|
|
|
|
|
|
Automatically updates the controls in a window or page with:- the values of the bound items in the current record (loaded in memory) of the table described in the data model editor.
- the values of the bound WLanguage variables.
This operation is performed regardless of the state of the controls (grayed, inactive or invisible).
|
|
|
|
|
|
|
|
| Opens a window whose result will be retrieved via a WLanguage procedure ("callback"). |
|
|
|
|
|
|
|
| Utilisation dans la classe Marge - Accès en Lecture + Ecriture - Type : Entier32 |
|
|
|
|
|
|
|
| Opens and enables an MDI child window. |
|
|
|
|
|
|
|
| Opens a non-modal sibling window. |
|
|
|
|
|
|
|
| Displays a WINDEV window to its initial size. |
|
|
|
|
|
|
|
| Displays a WINDEV window in its maximum size. |
|
|
|
|
|
|
|
| Opens a non-modal child window. |
|
|
|
|
|
|
|
| Opens a window in a mobile application. |
|
|
|
|
|
|
|
| In mobile applications, the different screens of the application are displayed via a small animation: display from the right, from the top, etc., ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications. |
|
|
|
|
|
|
|
| Undoes all the changes made by the end user ("Allow end users to modify the UI" option enabled). |
|
|
|
|
|
|
|
| Gets the palette currently used by the window. |
|
|
|
|
|
|
|
| Opens a modal WINDEV or WINDEV Mobile window. |
|
|
|
|
|
|
|
| Deselects all the controls when the interface is modified by the end user ("Allow end users to modify the UI" option enabled). |
|
|
|
|
|
|
|
| Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled). |
|
|
|
|
|
|
|
| To force an action on a window, all you have to do is define a button of this window in "Automatic execution" mode... |
|
|
|
|
|
|
|
| Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled). |
|
|
|
|
|
|
|
| Creates the image of the specified window in a BMP file. |
|
|
|
|
|
|
|
| Selects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled). |
|
|
|
|
|
|
|
Allows you to: - determine if the "Allow end users to modify the UI" option is enabled in a window (or internal window).
- enable or disable the "Allow end users to modify the UI" option in a window (or internal window).
|
|
|
|
|
|
|
|
| End users can directly modify the interface of the application (according to the options specified by the developer).... |
|
|
|
|
|
|
|
| Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled). |
|
|
|
|
|
|
|
| Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled). |
|
|
|
|
|
|
|
| Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled). |
|
|
|
|
|
|
|
| Loads the changes made by the end user in a window. |
|
|
|
|
|
|
|
| Runs an action (defined programmatically) and enables Undo/Redo operations on this action. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|