[Overview][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TPreviewFileDialog - a dialog that allows the file contents to be inspected before opening the file
Source position: extdlgs.pas line 50
type TPreviewFileDialog = class(TOpenDialog) end; |
||
protected |
||
class procedure WSRegisterClass; override; |
|
Registers this component class with the current WidgetSet. |
procedure CreatePreviewControl; virtual; |
|
CreatePreviewControl - create an instance of the windowed control that uses this dialog |
procedure InitPreviewControl; virtual; |
|
InitPreviewControl - initialises the windowed control that uses this dialog |
function DoExecute; override; |
||
public |
||
constructor Create(); override; |
|
|
property PreviewFileControl: TPreviewFileControl; [r] |
|
PreviewFileControl - the windowed control that uses this dialog |
|
TPreviewFileDialog - a dialog that allows the file contents to be inspected before opening the file |
|
| | ||
|
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 |
|
| | ||
|
The base class for LCL components associated with widgets. |
|
| | ||
TComponent |
||
? | ||
TObject |
lazarus-ccr.sourceforge.net |