| |
Abandon | Closes the current window by running the "Click" event of the CANCEL Button control. |
ChangeSkinTemplate | Dynamically changes the skin template: - of all windows found in the current application,
- of the windows found in the WINDEV components used by the application,
- of a specific window found in the project.
|
Close | Closes a WINDEV window (and returns a value if necessary). |
CurrentTitle | Modifies the title of the current window (returned by CurrentWin) and the title bar. |
CurrentWin | Identifies the window currently in edit. |
DelayBeforeClosing | Limits the display duration of a window or dialog box.Â
If no user action is performed, when the specified amount of time is reached: - for a window, the code of a window button will be run.Â
- for a dialog box, the dialog box is automatically closed.
|
EnumMenu | Returns:- the name of nth option or sub-option found in the main menu of window.
- the name of nth option or sub-option found in a custom context menu (created with WINDEV or WINDEV Mobile).
|
ExecuteRefreshUI | Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol. |
ExecuteRefreshUIElement | Immediately executes the "Request for refreshing the display" event of the given element. |
ExecuteRefreshUIParent | Immediately executes the "Request for refreshing the display" event of the parent. |
ExecuteUpdateUI | Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol. This function is kept for backward compatibility. |
ExecuteUpdateUIParent | Immediately executes the "Request for refreshing the display" event of the parent. This function is kept for backward compatibility. |
FullScreen | Enables or disables the full-screen mode in the applications in Universal Windows 10 App mode. |
Iconize | Minimizes a WINDEV window. |
InitWindow | Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window. |
Maximize | Displays a WINDEV window in its maximum size. |
MultitaskRedraw | Immediately redraws the window controls that will be graphically refreshed. |
NextTitle | Modifies the title of next window to open. |
Open | Opens a modal WINDEV window. |
OpenAsynchronous | Opens a window whose result will be retrieved via a WLanguage procedure ("callback"). |
OpenChild | Opens a non-modal child window. |
OpenMainMenu | Opens the main menu of the current window. |
OpenMobileWindow | Opens a window in a mobile application. |
OpenPopup | Opens a popup window and waits for this window to be closed. |
OpenPopupAsynchronous | Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback"). |
OpenPopupPosition | Opens a popup window by specifying its opening position and waits until it is closed. |
OpenSister | Opens a non-modal sibling window. |
PreviousWin | Identifies the window that was in edit before the window that is currently in edit (for the same project). |
RequestRefreshUI | Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). |
RequestRefreshUIElement | 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). |
RequestRefreshUIParent | Asks to run the "Request for refreshing the display" process of parent. |
RequestUpdateUI | Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility. |
RequestUpdateUIParent | Asks to run the "Request for refreshing the display" process of parent. This function is kept for backward compatibility. |
Restore | Displays a WINDEV window to its initial size. |
Use | Opens a WINDEV window and closes all other previously open windows. |
WaitWindowEnd | Closes the wait window of application opened by WaitWindowStart. |
WaitWindowStart | Opens the wait window of application. |
WinAdaptHeight | Adapts the window height to the content of controls. |
WinAdaptSize | Adapts the window size to the content of controls. |
WinAdaptWidth | Adapts the window width to the content of controls. |
WinBackgroundImage | Modifies the background image of a window and specifies the display mode of this image. |
WinChangeAlias | Modifies the alias of a window. |
WinChangeLayout | Applies a specific layout to: - a window.
- an internal window.
|
WinCopyForm | Copies the content of a form into the clipboard. |
WinCurrentLayout | Returns the index of the current layout: - in the current window.
- in the specified window or internal window.
|
WinDisableEffect | Disables the visual effects of the graphic engine of WINDEV (for a use in TSE mode for example). |
WindowBitmap | Creates the image of the specified window in a BMP file. |
WinEnableDDW | Enables or disables the DDW (Dim Disabled Window) feature:- for a specific window.
- for all the application windows.
|
WinForceDDW | Forces the DDW (Dim Disabled Windows) feature on a window even if this window is not accessible. |
WinGiveSuitableHeight | Returns the height of a window, adapted to the content of controls. |
WinGiveSuitableWidth | Returns the width of a window, adapted to the content of controls. |
WinIconBarHeight | Returns or modifies the current height of the "Icon Bar" area in the current MDI parent window. |
WinInactiveEffect | Enables or disables the DDW (Dim Disabled Window) feature:- for a specific window.
- for all the application windows.
|
WinInHeight | Returns the interior height of a window (without title bar and border). |
WinInitialized | Used to find out whether the "end of initialization" code was run for a window. |
WinInput | Identifies the window containing the WLanguage code currently run. |
WinInWidth | Returns the internal width of a window (without border). |
WinInXPos | Returns the horizontal position of the top left corner of the internal area (without border and title bar) of a window in relation to the top left corner of the screen. |
WinInYPos | Returns the vertical position of the top left corner of the internal area (without border and title bar) of a window in relation to the top left corner of the screen. |
WinOrientation | Modifies or retrieves the display orientation of the current window. |
WinOutHeight | Returns the full height of a window. |
WinOutWidth | Returns the full width of a window. |
WinOutXPos | Returns the horizontal position of the upper-left corner of a window in relation to the upper-left corner of the screen. |
WinOutYPos | Returns the vertical position of the upper-left corner of a window in relation to the upper-left corner of the screen. |
WinPasteForm | Pastes the content of a form stored in the clipboard. |
WinRateDDW | Gets and sets the dimming rate for windows that use the DDW (Dim Disabled Windows) feature. |
WinRedraw | Immediately redraws the window controls for which a graphic update is required. |
WinRefreshVisible | Modifies or returns the visibility state of the refresh bar in a window. |
WinScreenRectangle | Returns the coordinates of the screen that contains a window. |
WinSize | WinSize:- returns or modifies the window display mode (maximized, minimized or normal),
- modifies the window height and/or width,
- moves the window and modifies a window's height and/or width.
|
WinSlidingVisible | Displays or hides a sliding window (sliding menu). |
WinStatus | Identifies or modifies the window status. |