[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TLazDockPages a notebook in which each page is a TLazDockPage
Source position: ldocktree.pas line 174
type TLazDockPages = class(TCustomNotebook) |
||
protected |
||
function GetFloatingDockSiteClass; override; |
|
GetFloatingDockSiteClass - returns a default class of TLazDockForm, overriding the inherited value |
procedure Change; override; |
|
Change - calls inherited method, then ensures that all parents recognise MainControl |
public |
||
constructor Create(); override; |
|
Create - constructor for TLazDockPages: sets PageClass as TLazDockPage, then calls inherited Create |
property Page: TLazDockPage; [r] |
|
Page - an individual TLazDockPage in the notebook, referred by its Index |
property ActivePageComponent: TLazDockPage; [rw] |
|
ActivePageComponent - the actual contents of the currently selected Page |
property Pages; |
|
The contents of the Pages in the Notebook (as Strings) |
end; |
|
TLazDockPages a notebook in which each page is a TLazDockPage |
|
| | ||
|
TCustomNotebook: The base type for TNotebook and TPageControl |
|
| | ||
| | ||
| | ||
|
TLCLComponent - base class for LCL components |
|
| | ||
| | ||
| | ||
lazarus-ccr.sourceforge.net |