[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 163
type TLazDockPages = class(TCustomTabControl) end; |
||
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] |
|
|
property Pages: TStrings; |
|
|
|
TLazDockPages a notebook in which each page is a TLazDockPage |
|
| | ||
|
TCustomTabControl - base class for TTabControl, a series of Tabs along the edge of a display area; selection of a Tab governs the contents of the DisplayRect |
|
| | ||
|
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 |