This reference page is linked to from the following overview topics: Your First Python Program, Saving to a File.
File Popup (for open/save).
Definition at line 1958 of file fbcontrols.h.
#include <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] |
Read Write Property: Caption to put in popup window.
Reimplemented from FBVisualComponent.
Definition at line 1970 of file fbcontrols.h.
Read Write Property: File selected.
Definition at line 1971 of file fbcontrols.h.
Read Write Property: Path of file selected.
Definition at line 1972 of file fbcontrols.h.
Read Only Property: Full filename (path and file).
Definition at line 1973 of file fbcontrols.h.
Read Write Property: Filter to use for popup window file selection.
Definition at line 1974 of file fbcontrols.h.
FBPropertyFilePopupStyle Style |
Read Write Property: Style of file popup.
Definition at line 1975 of file fbcontrols.h.