Method XbpClipBoard():clear() Foundation

Deletes the data currently in the clipboard.

Syntax
:clear() --> lSuccess
Return

This method returns the value .T. (true) if the data in the clipboard could be deleted, otherwise .F. (false) is returned.

Description

The method :clear() deletes all data that is currently held in the clipboard. The clipboard must be opened using the method :open()before :clear() can be successfully used.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.