[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LDockTree' (#lcl)

TLazDockPages

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

TLazDockPages a notebook in which each page is a TLazDockPage

Declaration

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;

  

Inheritance

TLazDockPages

  

TLazDockPages a notebook in which each page is a TLazDockPage

|

TCustomTabControl

  

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

|

TWinControl

  

The base class for controls which can contain other (child) controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

The base class for LCL components associated with widgets.

|

TComponent

?

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.