[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TCustomDockForm - Base class for docking forms
Source position: forms.pp line 688
type TCustomDockForm = class(TCustomForm) |
||
protected |
||
procedure DoAddDockClient(); override; |
|
|
procedure DoRemoveDockClient(); override; |
|
|
procedure GetSiteInfo(); override; |
|
|
procedure Loaded; override; |
|
|
public |
||
constructor Create(); override; |
|
|
property AutoScroll; |
|
|
property BorderStyle; |
|
|
property FormStyle; |
|
|
published |
||
property PixelsPerInch; |
|
|
end; |
|
TCustomDockForm - Base class for docking forms |
|
| | ||
|
TCustomForm - the base type for TForm |
|
| | ||
|
Scrolling Window Control |
|
| | ||
|
TCustomControl - a base class for many window controls |
|
| | ||
|
The base class for all windowed controls |
|
| | ||
|
TControl - the main ancestor class for visual controls. |
|
| | ||
TLCLComponent |
||
? | ||
TObject |
lazarus-ccr.sourceforge.net |