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