Sets whether to display the Application Bar in the device.
Objects: Menu, Panel, Work With
Generators: Android, Apple
Useful when you need more space to display texts, images, etc, depending on the device. For example, if you are designing an application for iPad and iPhone, you could need more space in the iPhone; then, set this property to False in the iPhone layout.
You can dynamically show or hide the application bar by writing a user event with the following code:
Event 'ShowHideApplicationBars'
ApplicationBar.Visible = not ApplicationBar.Visible
EndEvent
Where ApplicationBars is its Control Name.
This property applies both at run-time and at design-time.
To apply the corresponding changes when the property value is configured, execute a Build All.
Visible property