Class XbpSysWindow() Foundation
Class function of the XbpSysWindow class.
Superclass
Subclass
Description
The XbpSysWindow class is an abstract class that provides a window for default dialogs. No instances of this class can be created.
Life cycle
:init()
Initializes an instance of the XbpSysWindow class.
:create()
Requests system resources for the XbpSysWindow object.
:configure()
Reconfigures the XbpSysWindow object after :create() has been executed.
:destroy()
Releases the system resources of the XbpSysWindow object.
Manipulation
:disable()
Disables the XbpSysWindow object.
:enable()
Enables the system window.
:hide()
Suppresses the display of the system window on the screen.
:setPos()
Repositions the system dialog.
:show()
Redisplays a hidden system window.
Status
:currentPos()
Returns the current position of the system window.
:currentSize()
Returns the current size of the system window.
:isEnabled()
Returns whether the system window is enabled.
:isVisible()
Returns whether the system window is visible.
Events
:helpRequest / xbeP_HelpRequest
Help has been requested.
:move / xbeP_Move
XbpSysWindow has been moved.
:quit / xbeP_Quit
Application will be terminated.
Feedback
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.