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

type TLazDockPage = class(TCustomPage)

public

  procedure InsertControl(); override;

  

InsertControl - calls inherited method, then ensures that all parents recognize 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

  

The base class for TTabSheet.

|

TWinControl

  

Implements a windowed control which can contain other child controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

The base class for LCL components which have an associated widget.

|

TComponent,IUnknown,IInterfaceComponentReference

|

TPersistent,IFPObserved

|

TObject


Version 3.2 Generated 2024-02-25 Home