| |
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 | Devuelve:- el nombre de la enésima opción o subopción que se encuentra en el menú principal de la ventana.
- el nombre de la enésima opción o subopción que se encuentra en un menú contextual personalizado (creado con WINDEV o WINDEV Mobile).
|
ExecuteRefreshUI | Ejecuta inmediatamente el evento "Solicitud para actualizar la visualización" de la ventana, página, ventana interna, página interna, modelo de controles o supercontrol. |
ExecuteRefreshUIElement | Ejecuta inmediatamente el evento "Solicitud para actualizar la visualización" del elemento especificado. |
ExecuteRefreshUIParent | Ejecuta inmediatamente el evento "Solicitud para actualizar la visualización" del padre. |
ExecuteUpdateUI | Ejecuta inmediatamente el evento "Solicitud para actualizar la visualización" de la ventana, página, ventana interna, página interna, modelo de controles o supercontrol. Esta función se conserva por motivos de compatibilidad con versiones anteriores. |
ExecuteUpdateUIParent | Ejecuta inmediatamente el evento "Solicitud para actualizar la visualización" del padre. This function is kept for backward compatibility. |
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 | Abre una ventana modal de WINDEV. |
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 | Abre una ventana en una aplicación móvil. |
OpenPopup | Opens a popup window and waits for this window to be closed. |
OpenPopupAsynchronous | Abre una ventana emergente cuyo resultado se obtendrá mediante un procedimiento WLanguage ("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 | Solicita la ejecución del evento "Solicitud para actualizar la visualización" (y devuelve el control sin esperar a que se ejecute el evento). |
RequestRefreshUIElement | Solicita la ejecución del evento "Solicitud para actualizar la visualización" del elemento especificado (y devuelve el control sin esperar la ejecución del evento). |
RequestRefreshUIParent | Pide que se ejecute el proceso "Solicitud para actualizar la visualización" del padre. |
RequestUpdateUI | Solicita la ejecución del evento "Solicitud para actualizar la visualización" (y devuelve el control sin esperar a que se ejecute el evento). Esta función se conserva por motivos de compatibilidad con versiones anteriores. |
RequestUpdateUIParent | Pide que se ejecute el proceso "Solicitud para actualizar la visualización" del padre. Esta función se conserva por motivos de compatibilidad con versiones anteriores. |
Restore | Displays a WINDEV window to its initial size. |
Use | Opens a WINDEV window and closes all other previously open windows. |
WaitWindowEnd | Cierra la ventana de espera de la aplicación abierta con la función WaitWindowStart. |
WaitWindowStart | Abre la ventana de carga de la aplicación. |
WinAdaptHeight | Adapta la altura de la ventana al contenido de los controles. |
WinAdaptSize | Adapts the window size to the content of controls. |
WinAdaptWidth | Adapta la anchura de la ventana al contenido de los controles. |
WinBackgroundImage | Modifies the background image of a window and specifies the display mode of this image. |
WinChangeAlias | Modifica el Alias de una ventana. |
WinChangeLayout | Aplica un layout específico a: - una ventana.
- una ventana interna.
|
WinCopyForm | Copia el contenido de un formulario en el portapapeles. |
WinCurrentLayout | Devuelve el índice del layout actual: - en la ventana actual.
- en la ventana o ventana interna especificada.
|
WinDisableEffect | Desactiva los efectos visuales del motor gráfico de WINDEV (para un uso en modo TSE, por ejemplo). |
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 | Devuelve la altura de una ventana, adaptada al contenido de los controles. |
WinGiveSuitableWidth | Devuelve la anchura de una ventana, adaptada al contenido de los controles. |
WinIconBarHeight | Devuelve o modifica la altura actual del área de la "Barra de iconos" en la ventana padre MDI actual. |
WinInactiveEffect | Enables or disables the DDW (Dim Disabled Window) feature:- for a specific window.
- for all the application windows.
|
WinInHeight | Devuelve la altura interna de una ventana (sin barra de título ni borde). |
WinInitialized | Se utiliza para averiguar si se ha ejecutado el código de "fin de inicialización" para una ventana. |
WinInput | Identifica la ventana que contiene el código WLanguage actualmente en ejecución. |
WinInWidth | Devuelve el ancho interno de una ventana (sin bordes). |
WinInXPos | Devuelve la posición horizontal de la esquina superior izquierda del área interna de una ventana (sin borde ni barra de título), con respecto a la esquina superior izquierda de la pantalla. |
WinInYPos | Devuelve la posición vertical de la esquina superior izquierda del área interna de una ventana (sin borde ni barra de título), con respecto a la esquina superior izquierda de la pantalla. |
| Cambia el modo utilizado para crear y dibujar ventanas. Todas las ventanas abiertas después de llamar a esta función utilizarán el nuevo modo. |
WinOrientation | Modifies or retrieves the display orientation of the current window. |
WinOutHeight | Devuelve la altura externa de una ventana. |
WinOutWidth | Devuelve el ancho externo de una ventana. |
WinOutXPos | Devuelve la posición horizontal de la esquina superior izquierda de una ventana con respecto a la esquina superior izquierda de la pantalla. |
WinOutYPos | Devuelve la posición vertical de la esquina superior izquierda de una ventana con respecto a la esquina superior izquierda de la pantalla. |
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 | Muestra u oculta una ventana deslizante (menú deslizante). |
WinStatus | Identifies or modifies the window status. |