FMX.Objects3D.TRoundCube.DragMode

From RAD Studio API Documentation

Delphi

property DragMode: TDragMode read GetDragMode write SetDragMode default 0;

C++

__property DragMode = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Objects3D.pas
FMX.Objects3D.hpp
FMX.Objects3D TRoundCube

Description

Specifies how the control initiates drag-and-drop or drag-and-dock operations. {{#multireplace:FMX.Objects3D.TRoundCube.DragMode|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls3D.TControl3D.DragMode|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Controls3D.TControl3D.DragMode|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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

Read the DragMode property to control when the user can drag the control. Disable the drag-and-drop or drag-and-dock capability at run time by setting the DragMode property value to dmManual. Enable automatic dragging by setting DragMode to dmAutomatic. See TDragMode for a description of dmManual and dmAutomatic.

See Also