dragFlavors
Syntax
the dragFlavors
put the dragFlavors into myFlavors
Explanation
Gives you information about the data for the items being dragged.
There is one line for each item and it shows a comma-separated list of the types of data (or “flavors” available for each item). Apps will put multiple types of data into a drag. For example, for a vector image, they might put both vector data (public.pdf) and pixel data (public.tiff) on the drag.