clipboard Clear method
Return to Introduction  Previous page  Next page
Applies to
acClipboard  

Declaration
procedure Clear;  

Description
The Clear method empties the clipboard and frees handles in data in the clipboard.  
 
iiinfo After calling the Clear method, the AvailableFormats property will show the empty list, so all data has been erased from the clipboard. You can put to clipboard new data using PutString or PutStream methods…  

See also
AvailableFormats, ClipboardBitmap, ClipboardFiles and ClipboardText properties;  
HasFormat, Clear, GetString and PutString methods;  
OnChange event.