Stano 146 Posted 5 hours ago //Original function procedure xyDragDrop(Sender: TBaseVirtualTree; Source: TObject; DataObject: IDataObject; Formats: TFormatArray; Shift: TShiftState; Pt: TPoint; var Effect: Integer; Mode: TDropMode); //Now procedure xyDragDrop(Sender: TBaseVirtualTree; Source: TObject; DataObject: TVTDragDataObject; Formats: TFormatArray; Shift: TShiftState; Pt: TPoint; var Effect: Integer; Mode: TDropMode); See the last word in the first line. IDataObject -> [/color]TVTDragDataObject. Share this post Link to post
Anders Melander 2117 Posted 1 hour ago Was there a question you wanted to ask? Share this post Link to post