[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 161
type TLazDockPage = class(TCustomPage) |
||
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) |
end; |
|
TLazDockPage - an entity similar to a TLazDockForm, but forming a page in a notebook of TLazDockPages |
|
| | ||
|
TCustomPage: The base type for Page |
|
| | ||
| | ||
| | ||
|
TLCLComponent - base class for LCL components |
|
| | ||
| | ||
| | ||
lazarus-ccr.sourceforge.net |