FMX.CalendarEdit.TCalendarEdit.OnDragDrop

From RAD Studio API Documentation

Delphi

property OnDragDrop;

C++

__property OnDragDrop _DEPRECATED_ATTRIBUTE0 ;

Properties

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

Description

Warning: OnDragDrop is deprecated.

Occurs when a dragged control is dropped. FMX.CalendarEdit.TCalendarEdit.OnDragDrop inherits from FMX.Controls.TControl.OnDragDrop. All content below this line refers to FMX.Controls.TControl.OnDragDrop.

Occurs when a dragged control is dropped.

OnDragDrop also occurs when DragDrop is called.

Write an event handler for OnDragDrop to specify what happens when a dragged control is dropped.

See Also