Unit 'LDockTree' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TLazDockForm

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

Declaration

Source position: ldocktree.pas line 191

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;

  

  class 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

  

The base type for TForm classes.

|

TCustomDesignControl

  

Provides a designer surface for scaling and layout of its child controls.

|

TScrollingWinControl

  

Implements a windowed control with scroll bars.

|

TCustomControl

  

The base class for windowed controls which paint themselves.

|

TWinControl

  

Implements a windowed control which can contain other child controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

|

TObject



CT Web help

CodeTyphon Studio