[Overview][Types][Classes][Index] Reference for unit 'GroupedEdit' (#lcl)

TCustomAbstractGroupedEdit.EditDragDrop

Signals the OnDragDrop event handler (when assigned).

Declaration

Source position: groupededit.pp line 213

protected procedure TCustomAbstractGroupedEdit.EditDragDrop(

  Source: TObject;

  X: Integer;

  Y: Integer

); virtual;

Arguments

Source

  

Control for the event notification.

See also

TCustomAbstractGroupedEdit.OnDragDrop

  

This handler determines the action on an drop onto this control, in a drag-drop operation.

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