AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
The StatusBar property is used to:
  • determine whether or not the status bar is displayed,
  • show or hide the status bar of a window.
Note This property corresponds to the "Status Bar" option in the "Style" tab of the window description.
Ejemplo
// Displays the status bar
MyWindow.StatusBar = True
Sintaxis

Determining whether or not the status bar is displayed Ocultar los detalles

<Bar displayed> = <Window>.StatusBar
<Bar displayed>: Boolean
  • True if the status Bar is displayed,
  • False if the status Bar is invisible.
<Window>: Window name
Name of the window used.

Showing or hiding the status bar Ocultar los detalles

<Window>.StatusBar = <Status bar>
<Window>: Window name
Name of the window used.
<Status bar>: Boolean
  • True to display the status Bar,
  • False to remove the status bar.
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 13/05/2025

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