This reference page is linked to from the following overview topics: Loading from a File.
Popup window.
This class lets a window (inheriting from FBLayout) be created for another interface.
Definition at line 1922 of file fbcontrols.h.
#include <fbcontrols.h>
Public Member Functions |
|
FBPopup () | |
Constructor. |
|
virtual bool | Show (HFBVisualComponent pParent=NULL) |
Show popup. |
|
virtual void | Close (bool pOk=false) |
Close popup. |
|
Public Attributes |
|
FBPropertyString | Caption |
Read Write Property: Caption to
display in popup. |
|
FBPropertyBool | Modal |
Read Write Property: Modal? |
FBPopup | ( | ) |
Constructor.
virtual bool Show | ( | HFBVisualComponent | pParent = NULL |
) | [virtual] |
Show popup.
pParent | Parent object for popup |
virtual void Close | ( | bool | pOk = false |
) | [virtual] |
Close popup.
pOk | Equivalent of OK button clicked if true (default = false). |
Read Write Property: Caption to display in popup.
Reimplemented from FBVisualComponent.
Definition at line 1940 of file fbcontrols.h.
Read Write Property: Modal?
Definition at line 1941 of file fbcontrols.h.