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

TPreviewFileControl

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

Declaration

Source position: extdlgs.pas line 40

type TPreviewFileControl = class(TWinControl)

protected

  procedure SetPreviewFileDialog();

  

  procedure CreateParams(); override;

  

  function GetControlClassDefaultSize; override;

public

  constructor Create(); override;

  

  property PreviewFileDialog: TPreviewFileDialog; [rw]

  

end;

Inheritance

TPreviewFileControl

  

|

TWinControl

  

TWinControl - the base class for all windowed controls

|

TControl

  

TControl - the main ancestor class for visual controls.

|

TLCLComponent

?

TObject