[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
|
||
| | ||
|
TWinControl - the base class for all windowed controls |
|
| | ||
|
TControl - the main ancestor class for visual controls. |
|
| | ||
TLCLComponent |
||
? | ||
TObject |