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

TLazDockPage

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

TLazDockPage - an entity similar to a TLazDockForm, but forming a page in a notebook of TLazDockPages

Declaration

Source position: ldocktree.pas line 161

type TLazDockPage = class(TCustomPage)

public

  procedure InsertControl(); override;

  

InsertControl - calls inherited method, then ensures that all parents recognise the MainControl

  property DockZone: TDockZone; [r]

  

The DockZone in which this page is located

  property PageControl: TLazDockPages; [r]

  

The PageControl or notebook in which this page is located (its parent)

end;

Inheritance

TLazDockPage

  

TLazDockPage - an entity similar to a TLazDockForm, but forming a page in a notebook of TLazDockPages

|

TCustomPage

  

TCustomPage: The base type for Page

|

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.