[Overview][Constants][Types][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 57
type TPreviewFileDialog = class(TOpenDialog) |
||
class procedure WSRegisterClass; override; |
|
WSRegisterClass - Register this Class for the current Widget Set |
protected |
||
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 |
public |
||
function Execute; override; |
|
A public method causing the dialog box to appear, offer the relevant choices to the user and act upon the choice |
constructor Create(); override; |
|
|
property PreviewFileControl: TPreviewFileControl; [r] |
|
PreviewFileControl - the windowed control that uses this dialog |
end; |
|
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 |
|
| | ||
|
TLCLComponent - base class for LCL components |
|
| | ||
| | ||
| | ||
lazarus-ccr.sourceforge.net |