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

TControl.DoStartDrag

Signals the OnStartDrag event handler.

Declaration

Source position: controls.pp line 1480

protected procedure TControl.DoStartDrag(

  var DragObject: TDragObject

); virtual;

Arguments

DragObject

  

Object instance (TDragObject) for the event notification.

See also

TControl.OnStartDrag

  

Event handler signalled for the start of a dragging operation.

TDragObject

  

Base class for managing drag operations and user feedback.


Version 3.2 Generated 2024-02-25 Home