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

TLazDockForm

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

Declaration

Source position: ldocktree.pas line 124

type TLazDockForm = class(TCustomForm)

protected

  procedure Notification(); override;

  procedure UpdateMainControl;

  procedure MouseUp(); override;

  procedure MouseDown(); override;

  procedure MouseMove(); override;

  procedure MouseLeave; override;

  procedure PaintWindow(); override;

  procedure TrackMouse();

public

  constructor Create(); override;

  destructor Destroy; override;

  function CloseQuery; override;

  procedure UpdateCaption; virtual;

  procedure UpdateMainControlInParents();

  function FindMainControlCandidate;

  function FindHeader();

  procedure InsertControl(); override;

  function IsDockedControl();

  function ControlHasTitle();

  function GetTitleRect();

  function GetTitleOrientation();

  property MainControl: TControl; [rw]

end;

Inheritance

TLazDockForm

  

|

TCustomForm

  

TCustomForm - the base type for TForm

|

TScrollingWinControl

  

TScrollingWinControl - a class of Window Contrl that has one or more scroll bars

|

TCustomControl

  

TCustomControl - a base class for many window controls

|

TWinControl

  

TWinControl - the base class for all windowed controls

|

TControl

  

TControl - the main ancestor class for visual controls.

|

TLCLComponent

?

TObject