Vcl.ComCtrls.TTreeNode.MoveTo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MoveTo(Destination: TTreeNode; Mode: TNodeAttachMode); virtual;

C++

virtual void __fastcall MoveTo(TTreeNode* Destination, TNodeAttachMode Mode);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeNode

Description

Moves the node to another location in the tree view.

The Destination parameter specifies a node that will be this node's parent or sibling after the move. The Mode parameter specifies the new relationship between this node and the destination node.

See Also

Code Examples