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

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.

This page is hosted on Get Lazarus Code and Component Repository at SourceForge.net. Fast, secure and Free Open Source software downloads