readme.txt 618 B

1234567891011121314
  1. ComboTargetDemo
  2. This application demonstrates how to use the ComboTarget component to receive
  3. multiple data formats with a single target component.
  4. Note that only one target component can be registered against any given control.
  5. I.e. you can't register a control with both a TDropFileTarget and a
  6. TDropURLtarget component at the same time. This is a Windows limitation.
  7. If you need a control to receive drops in more formats than any single target
  8. component supports, you will have to either use a TDataFormatAdapter component
  9. (see the Adapter demo), extend one of the existing components or write a new
  10. component.