[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
A floating DockSite, usable to make TControls float.
Source position: forms.pp line 855
type TCustomDockForm = class(TCustomForm) end; |
||
protected |
||
procedure DoAddDockClient(); override; |
|
Adjust the Parent of a newly docked Client. |
procedure DoRemoveDockClient(); override; |
|
Override this method to take special actions on removal of an docked client. |
procedure GetSiteInfo(); override; |
|
Return information about this dock site (InfluenceRect). |
procedure Loaded; override; |
|
Also renews ActiveControl and Visible. |
public |
||
constructor Create(); override; |
||
property AutoScroll: Boolean; |
|
Allows to show ScrollBars only if needed (when True). |
property BorderStyle: TFormBorderStyle; |
|
The border style affects the title bar, border and resize behaviour of the form. |
property FormStyle: TFormStyle; |
|
Determines the Style of the form (MDI, splash...). |
published |
||
property PixelsPerInch: Integer; |
|
The logical scaling of the form |
|
A floating DockSite, usable to make TControls float. |
|
| | ||
|
The base type for TForm. |
|
| | ||
| | ||
|
Class of a windowed control with incorporated scroll bars. |
|
| | ||
|
The base class for windowed controls which paint themselves. |
|
| | ||
|
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 |