[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 1472

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 4.0 Generated 2025-05-03 Home