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

TDragDockObject

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

Declaration

Source position: controls.pp line 394

type TDragDockObject = class(TDragObject)

protected

  procedure AdjustDockRect(); virtual;

  

  function GetDragCursor(); override;

  

  procedure EndDrag(); override;

  

public

  property DockOffset: TPoint; [rw]

  property DockRect: TRect; [rw]

  

  property DropAlign: TAlign; [rw]

  

  property DropOnControl: TControl; [rw]

  

  property Floating: Boolean; [rw]

  

  property IncreaseDockArea: Boolean; [r]

  

  property EraseDockRect: TRect; [rw]

  

end;

Inheritance

TDragDockObject

  

|

TDragObject

  

The base class for many objects that are designed to be dragged and dropped

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.