AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Su versión: 01A210067F (WINDEV 21)

Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
  • Example 1: Send a control to the back
  • Example 2: Move the layer of a control in relation to another one
Example 1: Send a control to the back
// Sends a control to the back
BTN_BUTTON1.ZOrder = 1
Example 2: Move the layer of a control in relation to another one
// Displays the button in front of the image
BTN_BUTTON1.ZOrder = IMG_IMAGE1.ZOrder + 1
// Displays the button behind the image
BTN_BUTTON1.ZOrder = IMG_IMAGE1.ZOrder
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: 08/03/2023

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