Class tfiledialog
Unit
Declaration
type tfiledialog = class(tdialog, istatfile)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- tcomponent
- tmsecomponent
- tdialog
- tfiledialog
Overview
Methods
| Protected | procedure defineproperties(filer: tfiler); override; |
| Protected | procedure dostatread(const reader: tstatreader); |
| Protected | procedure dostatwrite(const writer: tstatwriter); |
| Protected | procedure statreading; |
| Protected | procedure statread; |
| Protected | function getstatvarname: msestring; |
| Protected | function getstatpriority: integer; |
| Public | constructor create(aowner: tcomponent); override; |
| Public | destructor destroy; override; |
| Public | function execute: modalresultty; overload; override; |
| Public | function execute(const akind: filedialogkindty): modalresultty; reintroduce; overload; |
| Public | function execute(const akind: filedialogkindty; const aoptions: filedialogoptionsty): modalresultty; reintroduce; overload; |
| Public | procedure componentevent(const event: tcomponentevent); override; |
Properties
| Published | property statfile: tstatfile read fstatfile write setstatfile; |
| Published | property statvarname: msestring read getstatvarname write fstatvarname; |
| Published | property statpriority: integer read fstatpriority
write fstatpriority default 0; |
| Published | property controller: tfiledialogcontroller read fcontroller
write setcontroller; |
| Published | property dialogkind: filedialogkindty read fdialogkind write fdialogkind
default fdk_none; |
| Published | property optionsedit1: optionsedit1ty read foptionsedit1 write foptionsedit1
default defaultfiledialogoptionsedit1; |
Description
Methods
| Protected | procedure defineproperties(filer: tfiler); override; |
|
This item has no description. | |
| Protected | procedure dostatread(const reader: tstatreader); |
|
This item has no description. | |
| Protected | procedure dostatwrite(const writer: tstatwriter); |
|
This item has no description. | |
| Protected | procedure statreading; |
|
This item has no description. | |
| Protected | procedure statread; |
|
This item has no description. | |
| Protected | function getstatvarname: msestring; |
|
This item has no description. | |
| Protected | function getstatpriority: integer; |
|
This item has no description. | |
| Public | constructor create(aowner: tcomponent); override; |
|
This item has no description. | |
| Public | destructor destroy; override; |
|
This item has no description. | |
| Public | function execute: modalresultty; overload; override; |
|
This item has no description. | |
| Public | function execute(const akind: filedialogkindty): modalresultty; reintroduce; overload; |
|
This item has no description. | |
| Public | function execute(const akind: filedialogkindty; const aoptions: filedialogoptionsty): modalresultty; reintroduce; overload; |
|
This item has no description. | |
| Public | procedure componentevent(const event: tcomponentevent); override; |
|
This item has no description. | |
Properties
| Published | property statfile: tstatfile read fstatfile write setstatfile; |
|
This item has no description. | |
| Published | property statvarname: msestring read getstatvarname write fstatvarname; |
|
This item has no description. | |
| Published | property statpriority: integer read fstatpriority
write fstatpriority default 0; |
|
This item has no description. | |
| Published | property controller: tfiledialogcontroller read fcontroller
write setcontroller; |
|
This item has no description. | |
| Published | property dialogkind: filedialogkindty read fdialogkind write fdialogkind
default fdk_none; |
|
This item has no description. | |
| Published | property optionsedit1: optionsedit1ty read foptionsedit1 write foptionsedit1
default defaultfiledialogoptionsedit1; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.