TcxTreeListNode.CanMove(TcxTreeListNode,TcxTreeListNodeAttachMode) Method
In This Article
Indicates whether the node can be moved to the location specified within the TreeList.
#Declaration
Delphi
function CanMove(ADest: TcxTreeListNode; AMode: TcxTreeListNodeAttachMode): Boolean;
#Parameters
Name | Type |
---|---|
ADest | Tcx |
AMode | Tcx |
#Returns
Type |
---|
Boolean |
#Remarks
ADest specifies the destination.
AMode specifies the manner in which the current node is moved.
See Also