Description | Hierarchy | Fields | Methods | Properties |
type TGUIWindow = class(TGUIElement)
Default moveable window GUI element with border, caption and close icons.
![]() |
function GetCloseButton: TGUIButton; inline; |
![]() |
function GetMaximizeButton: TGUIButton; inline; |
![]() |
function GetMinimizeButton: TGUIButton; inline; |
![]() |
property ClientRect: TRect read GetClientRect; |
![]() |
property Draggable: Boolean read IsDraggable write SetDraggable; |
![]() |
property DrawBackground: Boolean read GetDrawBackground write SetDrawBackground; |
![]() |
property DrawTitleBar: Boolean read GetDrawTitleBar write SetDrawTitleBar; |
![]() |
function GetCloseButton: TGUIButton; inline; |
Returns the window's close button. |
![]() |
function GetMaximizeButton: TGUIButton; inline; |
Returns the window's maximize button. |
![]() |
function GetMinimizeButton: TGUIButton; inline; |
Returns the window's minimize button. |
![]() |
property Draggable: Boolean read IsDraggable write SetDraggable; |
Specifies whether the window may be dragged by its title bar. |
![]() |
property DrawBackground: Boolean read GetDrawBackground write SetDrawBackground; |
Specifies whether to draw the window's background. |
![]() |
property DrawTitleBar: Boolean read GetDrawTitleBar write SetDrawTitleBar; |
Specifies whether the window has a title bar. |