[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: ldocktree.pas line 172
type TLazDockPages = class(TCustomNotebook) |
||
protected |
||
function GetFloatingDockSiteClass; override; |
||
procedure Change; override; |
||
public |
||
constructor Create(); override; |
|
|
property Page: TLazDockPage; [r] |
|
|
property ActivePageComponent: TLazDockPage; [rw] |
|
|
property Pages; |
|
|
end; |
|
||
| | ||
|
TCustomNotebook: The base type for TNotebook and TPageControl |
|
| | ||
|
TWinControl - the base class for all windowed controls |
|
| | ||
|
TControl - the main ancestor class for visual controls. |
|
| | ||
TLCLComponent |
||
? | ||
TObject |