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

TPreviewFileDialog

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

Declaration

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;

Inheritance

TPreviewFileDialog

  

|

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

?

TObject