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

TPreviewFileControl

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

TPreviewFileControl - a windowed control allowing the contents of a file to be previewed before opening

Declaration

Source position: extdlgs.pas line 34

type TPreviewFileControl = class(TWinControl) end;

protected

  class procedure WSRegisterClass; override;

  

Registers this component class with the current WidgetSet.

  class function GetControlClassDefaultSize; override;

  

Returns the default size for this class of controls (when added to a form).

  procedure SetPreviewFileDialog();

  

SetPreviewFileDialog - specify the PreviewFile Dialog to be used

  procedure CreateParams(); override;

  

Initializes the window creation parameter record with the settings of the control.

public

  constructor Create(); override;

  

  property PreviewFileDialog: TPreviewFileDialog; [rw]

  

The PreviewFileDialog that is used for this control

Inheritance

TPreviewFileControl

  

TPreviewFileControl - a windowed control allowing the contents of a file to be previewed before opening

|

TWinControl

  

The base class for controls which can contain other (child) controls.

|

TControl

  

The base class for visible controls.

|

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.