Vcl.Controls.TMouse.DragImmediate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DragImmediate: Boolean read FDragImmediate write FDragImmediate default True;

C++

__property bool DragImmediate = {read=FDragImmediate, write=FDragImmediate, default=1};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TMouse

Description

Specifies whether clicking the left mouse button starts a drag event immediately.

Use DragImmediate to determine whether clicking the left mouse button starts a drag event immediately. If DragImmediate is false, then drag events are delayed until the mouse cursor is moved the number of pixels specified in the DragThreshold property.

See Also