[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 723
type TCustomDockForm = class(TCustomForm) |
||
protected |
||
procedure DoAddDockClient(); override; |
|
DoAddDockClient - add the specified control as a client for docking in the specified location (Arect) |
procedure DoRemoveDockClient(); override; |
|
DoRemoveDockClient - method for removing a docking client |
procedure GetSiteInfo(); override; |
|
GetSiteInfo - software emulation of the OnGetSiteInfo event |
procedure Loaded; override; |
|
Loaded - calls inherited Loaded, makes this the active control and gives it focus |
public |
||
constructor Create(); override; |
|
Create - constructor for TCustomDockForm: performs CreateNew then initialises autoscroll and style properties |
property AutoScroll; |
|
Does auto-scrolling apply? |
property BorderStyle; |
|
The border style for this Form |
property FormStyle; |
|
Determinates the style of the form |
published |
||
property PixelsPerInch; |
|
The scaling of the form in absolute terms |
end; |
|
TCustomDockForm - Base class for docking forms |
|
| | ||
|
TCustomForm - the base type for TForm |
|
| | ||
|
TScrollingWinControl - a class of Window Control that has one or more scroll bars |
|
| | ||
|
TCustomControl - a base class for many window controls |
|
| | ||
|
TWinControl - the base class for all windowed controls |
|
| | ||
|
TControl - the main ancestor class for visual controls. |
|
| | ||
TLCLComponent |
||
? | ||
TObject |