| |
<Element>.ExecuteRefreshUI | Immediately executes the "Request for refreshing the display" event of the given element. |
<Element>.RequestRefreshUI | Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event). |
<Page>.OpenChild | Opens a non-modal child window. |
<Window>.ChangeLayout | Applies a specific layout to: - a window.
- an internal window.
|
<Window>.CurrentLayout | Returns the index of the current layout in the window or internal window. |
<Window>.EnableDDW | Enables or disables the Dim Disabled Window (DDW) feature for a specific window: |
<Window>.Iconize | Minimizes a WINDEV window. |
| Returns the interior height of a window (without title bar and border). |
| Returns the interior width of a window (without borders). |
| 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 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. |
<Window>.Maximize | Displays a WINDEV window in its maximum size. |
<Window>.Open | Opens a modal WINDEV or WINDEV Mobile window. |
<Window>.OpenAsynchronous | Opens a window whose result will be retrieved via a WLanguage procedure ("callback"). |
<Window>.OpenMobileWindow | Opens a window in a mobile application. |
<Window>.OpenPopupAsynchronous | Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback"). |
<Window>.OpenPopupPosition | Opens a popup window by specifying its opening position and waits until it is closed. |
| Returns the full height of a window. |
| Returns the full width of a window. |
| 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. |
<Window>.Restore | Displays a WINDEV window to its initial size. |
<Window>.WindowBitmap | Creates the image of the specified window in a BMP file. |
<Window>.WinRedraw | Immediately redraws the window controls for which a graphic update is required. |