ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
StatusBar (Property)
In french: BarreDeMessage
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.
Example
// Affiche la barre de message
MyWindow.BarreDeMessage = True
Syntax

Determining whether or not the status bar is displayed Hide the details

<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 Hide the details

<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.
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 05/13/2025

Send a report | Local help