[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Event handler for a control being dragged over this control.
Source position: controls.pp line 1517
protected property TControl.OnDragOver : TDragOverEvent |
The handler can reject a drop by setting Accept to False.
|
The type of an OnDragOver handler. |