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

TDragDockObject.EndDrag

Finish docking.

Declaration

Source position: controls.pp line 496

protected procedure TDragDockObject.EndDrag(

  Target: TObject;

  X: Integer;

  Y: Integer

); override;

Arguments

Target

  

The target docksite, or Nil to make the Control float.

Description

Invokes Control.DoEndDock.

See also

TControl.DoEndDock

  

Invokes the OnEndDock handler.

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