Vcl.ComCtrls.TCustomTreeView.SetDragMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDragMode(Value: TDragMode); override;

C++

virtual void __fastcall SetDragMode(System::Uitypes::TDragMode Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTreeView

Description

Sets the drag mode for the tree view.

SetDragMode is the protected write implementation for the DragMode property. It sends a message to the tree view window to suppress automatic drag behavior when DragMode is set to dmManual.

See Also