Show: Delphi C++
Display Preferences

FMX.Types.TControl.OnDragOver

From XE2 API Documentation
Jump to: navigation, search

Delphi

property OnDragOver: TDragOverEvent read FOnDragOver write FOnDragOver;

C++

__property TDragOverEvent OnDragOver = {read=FOnDragOver, write=FOnDragOver};

Properties

Type Visibility Source Unit Parent
event published
FMX.Types.pas
FMX.Types.hpp
FMX.Types TControl

Description

Occurs when a dragged object is over the area of the current control.

OnDragOver also occurs when DragOver is called.

Write an event handler for OnDragOver to specify what happens when a dragged object is over the area of the current control.

See Also

Personal tools
Previous Versions
Translations