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 2016 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 2028 of file fbcontrols.h.
Read Write Property: File selected.
Definition at line 2029 of file fbcontrols.h.
Read Write Property: Path of file selected.
Definition at line 2030 of file fbcontrols.h.
Read Only Property: Full filename (path and file).
Definition at line 2031 of file fbcontrols.h.
Read Write Property: Filter to use for popup window file selection.
Definition at line 2032 of file fbcontrols.h.
FBPropertyFilePopupStyle Style |
Read Write Property: Style of file popup.
Definition at line 2033 of file fbcontrols.h.