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

TControl.OnDragOver

Event handler for a control being dragged over this control.

Declaration

Source position: controls.pp line 1410

protected property TControl.OnDragOver : TDragOverEvent
  read FOnDragOver
  write FOnDragOver;

Description

The handler can reject an drop, by setting Accept to False.

See also

TDragOverEvent

  

The type of an OnDragOver handler.