FMX.TreeView.TTreeView.AllowDrag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AllowDrag: Boolean read FAllowDrag write SetAllowDrag default 0;

C++

__property AllowDrag = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.TreeView.pas
FMX.TreeView.hpp
FMX.TreeView TTreeView

Description

Specifies whether dragging is enabled for the items in this tree view.

FMX.TreeView.TTreeView.AllowDrag inherits from FMX.TreeView.TCustomTreeView.AllowDrag. All content below this line refers to FMX.TreeView.TCustomTreeView.AllowDrag.

Specifies whether dragging is enabled for the items in this tree view.

Set AllowDrag to True to allow the tree items in this tree view to be dragged and dropped within the tree view. In this way, you can reorder tree view items using drag-and-drop operations.

See Also