[Overview][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TPreviewFileControl - a windowed control allowing the contents of a file to be previewed before opening
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 |
|
TPreviewFileControl - a windowed control allowing the contents of a file to be previewed before opening |
|
| | ||
|
The base class for controls which can contain other (child) controls. |
|
| | ||
|
The base class for visible controls. |
|
| | ||
|
The base class for LCL components associated with widgets. |
|
| | ||
TComponent |
||
? | ||
TObject |
lazarus-ccr.sourceforge.net |