Window

BrowseName: Window
SuperType: Base UI object type (BaseUIObject)
TypeView path: Tipi > UI > Contenitori > Finestra

Root graphic container. In a Presentation engine this can be set to determine the initial user interface at runtime.

Applications

Typically used to set the initial user interface of a Q Application inside a Presentation engine. For this it can be useful, if the project contains several Presentation engines, to create more Window objects to associate with them.

Properties

Name

BrowseName

DataType

Description

X

X

Size

X coordinate variable

Y

Y

Size

Y coordinate variable

Width

Width

Size

Width of the window. It can assume values greater than or equal to zero. The Auto value sets the width equal to the width of the content (in this case, in the absence of content the object collapses).

Height

Height

Size

Height of the window. It can assume values greater than or equal to zero. The Auto value sets the height equal to the height of the content (in this case, in the absence of content the object collapses).

Full screen

FullScreen

Boolean

The window is displayed in full screen and therefore the X, Y, Width, and Height properties are ignored. On ASEM Linux systems, the interface is always displayed in full screen even if this property is disabled.

Always on Top

AlwaysOnTop

Boolean

At runtime startup, the window is positioned on top of the other windows displayed on the same screen.

Caption

Caption

String

Title of the window at runtime

Visible

Visible

Boolean

Show/hide the window.