TcxTreeListNode.MoveTo(TcxTreeListNode,TcxTreeListNodeAttachMode) Method
In This Article
Moves the node to the location specified within the TreeList control.
#Declaration
Delphi
procedure MoveTo(ADestNode: TcxTreeListNode; AMode: TcxTreeListNodeAttachMode); virtual;
#Parameters
Name | Type |
---|---|
ADest |
Tcx |
AMode | Tcx |
#Remarks
Call this method to move the node to the node passed as the ADestNode parameter.
AMode specifies the manner in which the current node is moved.
See Also