TdxTreeCustomNode.MoveTo(TdxTreeCustomNode,TdxTreeNodeAttachMode) Method
In This Article
Moves the node and its children to the specified location in the tree.
#Declaration
Delphi
procedure MoveTo(ADestNode: TdxTreeCustomNode; AMode: TdxTreeNodeAttachMode); virtual;
#Parameters
Name | Type | Description |
---|---|---|
ADest |
Tdx |
A destination node. The AMode parameter defines the position of the added node in relation to the destination node. |
AMode | Tdx |
A node attachment mode. |
See Also