- Inside Macintosh: OpenDoc Class Reference /
- Part 1 - Classes and Methods / ODDragAndDrop
Clear
The Clear method clears the content storage unit for this drag-and-drop object.
void Clear ();
DISCUSSION
When your part initiates a drag, you must call this method immediately before calling the GetContentStorageUnit method. Doing so ensures that the content storage unit is empty and ready for drag-and-drop data transfers.
EXCEPTIONS
kODErrNoDragManager
- No platform-specific drag system service is available.
SEE ALSO
The ODDragAndDrop::GetContentStorageUnit method (page 190).
"Initiating a Drag" on page 360 in OpenDoc Programmer's Guide.
© Apple Computer, Inc.
17 JUL 1996