Method XbpClipBoard():open() Foundation

Opens the clipboard.

Syntax
:open() --> lSuccess
Return

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

Description

The method :open() is used to open the clipboard. After the clipboard is opened, data can be written to the clipboard using the :setBuffer() method or retrieved using the :getBuffer()method. The clipboard must be closed using the :close() method after it is opened. Otherwise the clipboard is not available to other processes.

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.