AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de ventanas
  • Opening a child window above the other ones
  • Multiple openings of a child window
  • Advanced opening of a child window
OpenChild (Example)
Opening a child window above the other ones
Multiple openings of a child window
This example is used to open the child window named "WIN_EditWindow" twice. An alias is specified for each one of the windows
OpenChild("Edit1 = WIN_EditWindow, 10, 20")
OpenChild("Edit2 = WIN_EditWindow, 10, 500")
// The display position is specified at each opening
// to avoid the windows from being stacked
Advanced opening of a child window
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/05/2022

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