#include
<fbcontrols.h>

Definition at line 1956 of file fbcontrols.h.
Public Member Functions |
|
| FBFilePopup () | |
| Constructor. |
|
| virtual bool | Execute () |
| Execute file popup. |
|
Public Attributes |
|
| FBPropertyString | Caption |
| Read Write Property: Caption to put
in popup window. |
|
| FBPropertyString | FileName |
| Read Write Property: File selected.
|
|
| FBPropertyString | Path |
| Read Write Property: Path of file
selected. |
|
| FBPropertyString | FullFilename |
| Read Only Property: Full filename
(path and file). |
|
| FBPropertyString | Filter |
| Read Write Property: Filter to use
for popup window file selection. |
|
| FBPropertyFilePopupStyle | Style |
| Read Write Property: Style of file
popup. |
|
| FBFilePopup | ( | ) |
Constructor.
| virtual bool Execute | ( | ) | [virtual] |
Execute file popup.
Read Write Property: Caption to put in popup window.
Reimplemented from FBVisualComponent.
Definition at line 1968 of file fbcontrols.h.
Read Write Property: File selected.
Definition at line 1969 of file fbcontrols.h.
Read Write Property: Path of file selected.
Definition at line 1970 of file fbcontrols.h.
Read Only Property: Full filename (path and file).
Definition at line 1971 of file fbcontrols.h.
Read Write Property: Filter to use for popup window file selection.
Definition at line 1972 of file fbcontrols.h.
| FBPropertyFilePopupStyle Style |
Read Write Property: Style of file popup.
Definition at line 1973 of file fbcontrols.h.