[Overview][Classes][Procedures and functions][Index] Reference for unit 'ExtDlgs' (#lcl)

TPreviewFileDialog

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

TPreviewFileDialog - a dialog that allows the file contents to be inspected before opening the file

Declaration

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

Inheritance

TPreviewFileDialog

  

TPreviewFileDialog - a dialog that allows the file contents to be inspected before opening the file

|

TOpenDialog

  

TOpenDialog : open a file in the current directory, selected by File Dialog.

|

TFileDialog

  

TFileDialog : allows selection of a file from the current directory.

|

TCommonDialog

  

TCommonDialog : the base type from which other dialogs are derived

|

TLCLComponent

  

The base class for LCL components associated with widgets.

|

TComponent

?

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.