[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TLazDockPage - an entity similar to a TLazDockForm, but forming a page in a notebook of TLazDockPages
Source position: ldocktree.pas line 150
type TLazDockPage = class(TCustomPage) end; |
||
public |
||
procedure InsertControl(); override; |
|
InsertControl - calls inherited method, then ensures that all parents recognise the MainControl |
|
The DockZone in which this page is located |
|
property PageControl: TLazDockPages; [r] |
|
The PageControl or notebook in which this page is located (its parent) |
|
TLazDockPage - an entity similar to a TLazDockForm, but forming a page in a notebook of TLazDockPages |
|
| | ||
|
TCustomPage: The base type for Page |
|
| | ||
|
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 |