FMX.CalendarEdit.TCalendarEdit.DragMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DragMode: TDragMode read GetDragMode write SetDragMode default 0;

C++

__property DragMode _DEPRECATED_ATTRIBUTE0  = {default=0};

Properties

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

Description

Warning: DragMode is deprecated.

Specifies how the control initiates drag-and-drop operations.

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

Specifies how the control initiates drag-and-drop operations.

Use DragMode to control when the user can drag the control. Disable the drag-and-drop capability at run time by setting the DragMode property value to dmManual. Enable automatic dragging by setting DragMode to dmAutomatic.

See Also