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

TControl.CaptureChanged

Handler for mouse capture moved to a different control.

Declaration

Source position: controls.pp line 1395

protected procedure TControl.CaptureChanged; virtual;

Description

Notifies the DragManager of the changed capture control, to stop dragging this control. A very dangerous implementation, that can cause immediate abort of dragging before dragging really starts.

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