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

TCustomControlBar.DragControl

Signals an assigned OnBandDrag event handler and starts a drag operation.

Declaration

Source position: extctrls.pp line 1560

protected function TCustomControlBar.DragControl(

  AControl: TControl;

  X: Integer;

  Y: Integer;

  KeepCapture: Boolean = False

):Boolean; virtual;