Object Model > DataObject Object, DataObjectFiles Collection |
The DataObject object is a placeholder for data being transferred between source and target components. It mirrors the IDataObject interface, which is the protocol used for OLE drag-and-drop and clipboard operations.
The TDBGrid control supplies an argument of type DataObject when it fires the following events: OLEDragDrop, OLEDragOver, OLESetData, and OLEStartDrag.
The DataObjectFiles collection is not supported by True DBGrid. However, it is defined in the type library because it is referenced by the DataObject object.