[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 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;

Inheritance

TLazDockPages

  

TLazDockPages a notebook in which each page is a TLazDockPage

|

TCustomNotebook

  

TCustomNotebook: The base type for TNotebook and TPageControl

|

TWinControl

|

TControl

|

TLCLComponent

  

TLCLComponent - base class for LCL components

|

TComponent,IUnknown,IInterfaceComponentReference

|

TPersistent

|

TObject

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