|
TBaseVirtualTree.DragDrop Method
Helper method, which is used when a drag operation is finished.
Pascal
function DragDrop(const DataObject: IDataObject; KeyState: Integer; Pt: TPoint; var Effect: Integer): HResult; virtual; reintroduce;
Description
This method is called by the TVTDragManager.Drop and prepares the list of available clipboard formats to be passed to DoDragDrop.
Class
Links
What do you think about this topic? Send feedback!
|