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

TLazDockPages

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

Declaration

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;

Inheritance

TLazDockPages

  

|

TCustomNotebook

  

TCustomNotebook: The base type for TNotebook and TPageControl

|

TWinControl

  

TWinControl - the base class for all windowed controls

|

TControl

  

TControl - the main ancestor class for visual controls.

|

TLCLComponent

?

TObject