I have a TVirtualStringTree, each node represents a file, what I want to do is to allow the user to drag the node into Windows or Outlook Explorer, and the target will get a real file. It seems I need to implement the OnGetUserClipboardFormats and RenderOLEData event handler? But I donβt know where to start ... Could you help me?
source share