Popup window.
This class lets a window (inheriting from FBLayout) be created for another interface.
Public Member Functions |
|
__init__ () | |
Constructor. |
|
bool | Show (HFBVisualComponent pParent=None) |
Show popup. |
|
Close (bool pOk=False) | |
Close popup. |
|
Public Attributes |
|
FBPropertyString | Caption |
Read Write Property: Caption to
display in popup. |
|
FBPropertyBase | Modal |
Read Write Property: Modal?. |
__init__ | ( | ) |
bool Show | ( | HFBVisualComponent | pParent = None |
) |
Show popup.
pParent | Parent object for popup |
Close | ( | bool | pOk = False |
) |
Close popup.
pOk | Equivalent of OK button clicked if true (default = false). |
Read Write Property: Caption to display in popup.
FBPropertyBase Modal |
Read Write Property: Modal?.