TBaseVirtualTree.ProcessDrop Method

Virtual Tree View

Helper method to ease OLE drag'n drop operations.

Pascal
function ProcessDrop(DataObject: IDataObject; TargetNode: PVirtualNode; var Effect: Integer; Mode: TVTNodeAttachMode): Boolean;
Description

ProcessDrop can be used in a OnDragDrop handler to let the tree view handle a drop operation of native tree data. The method only prepares some variables and calls then the more universal ProcessOLEData method.

Class
Links
What do you think about this topic? Send feedback!