[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: extdlgs.pas line 56
type TPreviewFileDialog = class(TOpenDialog) |
||
protected |
||
procedure CreatePreviewControl; virtual; |
|
|
procedure InitPreviewControl; virtual; |
|
|
public |
||
function Execute; override; |
|
|
constructor Create(); override; |
|
|
property PreviewFileControl: TPreviewFileControl; [r] |
|
|
end; |
|
||
| | ||
|
TOpenDialog : open a file in the current directory, selected by File Dialog. |
|
| | ||
|
TFileDialog : allows selection of a file from the current directory. |
|
| | ||
|
TCommonDialog : the base type from which other dialogs are derived |
|
| | ||
TLCLComponent |
||
? | ||
TObject |