readme.txt 775 B

123456789101112131415161718
  1. CustomFormat2
  2. This application demonstrates how to define and use custom data formats.
  3. The used in this demo custom format contain the time-of-day and a color value.
  4. A custom clipboard format, TTimeOfDayClipboardFormat, is implemented to support
  5. this data format. In addition two new components, TDropTimeOfDayTarget and
  6. TDropTimeOfDaySource, are implemented, but they are not used by this demo.
  7. This demo is more complex than CustomFormat1 demo, but also demonstrates how to
  8. implement and use custom Clipboard Format and Data Format classes and Target and
  9. Source components.
  10. To see the custom data format in action, drag from the source window and
  11. drop on the target window. You can also do this between multiple instances of
  12. any of the CustomFormat demo applications.