AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Ventana interna
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The following functions are used to manage "Internal windows" controls:
ChangeSourceWindowDynamically changes the window displayed in an Internal Window control.
Scrolling internal windows: Modifies the window currently displayed. This modification is saved in the list of internal windows to scroll.
IWListAddAdds a new internal window to the list of internal windows browsed by an Internal Window control.
IWListCountReturns the number of internal windows currently found in the list of internal windows browsed by an Internal Window control.
IWListDeleteDeletes an internal window found in the list of internal windows browsed by an Internal Window control.
IWListDeleteAllDeletes all the internal windows from the list of internal windows browsed by an Internal Window control.
IWListDisplayRefreshes the display of an "Internal window" control with automatic iteration on a data file or query.
IWListInsertInserts a new internal window in the list of internal windows used by an Internal Window control.
IWListNextDisplays the next internal window in the list of internal windows browsed by an Internal Window control.
IWListPositionDisplays the internal window corresponding to the specified position (in the list of internal windows browsed by an Internal Window control) or returns the position of the internal window currently displayed (in the list of internal windows browsed by an Internal Window control).
IWListPreviousDisplays the previous internal window in the list of internal windows browsed by an Internal Window control.
WinUsefulSizeSpecifies the useful size of an internal window with automatic scrollbars. The useful size corresponds to the full size of the internal window:
  • Width of the internal window.
  • Height of the internal window.
Versión mínima requerida
  • Versión 18
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 23/01/2023

Señalar un error o enviar una sugerencia | Ayuda local