// $Revision: 1.13 $ // Copyright (c) 1995 Taligent, Inc. All rights reserved. DragAndDrop DragAndDrop contains samples showing how to implement drag and drop. BasicDragAndDrop BasicDragAndDrop illustrates the use of drag and drop between two separate applications. It shows how to derive classes from TScrapItem and TDragAndDropItem, and how to use them and TMouseDragAndDropInteractor to communicate with classes that mix in MDropAcceptor.