FMX.CalendarEdit.TCalendarEdit.OnDragEnter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDragEnter: TDragEnterEvent read FOnDragEnter write FOnDragEnter;

C++

__property OnDragEnter _DEPRECATED_ATTRIBUTE0 ;

Properties

Type Visibility Source Unit Parent
event published
FMX.CalendarEdit.pas
FMX.CalendarEdit.hpp
FMX.CalendarEdit TCalendarEdit

Description

Warning: OnDragEnter is deprecated.

Occurs when a dragged object enters the area of the current control.

FMX.CalendarEdit.TCalendarEdit.OnDragEnter inherits from FMX.Controls.TControl.OnDragEnter. All content below this line refers to FMX.Controls.TControl.OnDragEnter.

Occurs when a dragged object enters the area of the current control.

OnDragEnter also occurs when DragEnter is called.

Write an event handler for OnDragEnter to specify what happens when a dragged object enters the area of the current control.

See Also