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

TLazDockZone

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

Declaration

Source position: ldocktree.pas line 45

type TLazDockZone = class(TDockZone)

public

  destructor Destroy; override;

  

  procedure FreeSubComponents;

  function GetCaption;

  

  function GetParentControl;

  

  property Splitter: TLazDockSplitter; [rw]

  

  property Pages: TLazDockPages; [rw]

  

  property Page: TLazDockPage; [rw]

  

end;

Inheritance

TLazDockZone

  

|

TDockZone

  

TDockZone is a node in the TDockTree and encapsulates a region into which other zones or a single control are contained.

|

TObject