[Overview][Constants][Types][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 40
type TPreviewFileControl = class(TWinControl) |
||
class procedure WSRegisterClass; override; |
|
WSRegisterClass - Register this Class for the current Widget Set |
class function GetControlClassDefaultSize; override; |
|
Find the default size for this class of controls (by reference to parents) |
protected |
||
procedure SetPreviewFileDialog(); |
|
SetPreviewFileDialog - specify the PreviewFile Dialog to be used |
procedure CreateParams(); override; |
|
CreateParams - create parameters for this windowed class |
public |
||
constructor Create(); override; |
|
|
property PreviewFileDialog: TPreviewFileDialog; [rw] |
|
The PreviewFileDialog that is used for this control |
end; |
|
TPreviewFileControl - a windowed control allowing the contents of a file to be previewed before opening |
|
| | ||
| | ||
| | ||
|
TLCLComponent - base class for LCL components |
|
| | ||
| | ||
| | ||
lazarus-ccr.sourceforge.net |