[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: stddlg.pas line 209
type TFileDialog = object(TDialog) |
Directory: PString; |
constructor Init(); |
constructor Load(); |
destructor Done; virtual; |
procedure GetData(); virtual; |
procedure GetFileName(); |
procedure HandleEvent(); virtual; |
procedure SetData(); virtual; |
procedure Store(); |
function Valid(); virtual; |
end; |
| |
| |
| |
| |
| |
TObject |