OSes accept and return clipboard information in a set of possible formats; you register the formats here.
Public Member Functions | |
| bit | open () |
| Open the clipboard for examination. | |
| void | close () |
| Close the clipboard after it was opened. | |
| char[] | getText () |
| Get the text format for this clipboard data, returns null if there is none. | |
| void | empty () |
| Empty the clipboard, freeing its data. | |
| void | addText (char[] text) |
| Add a text format to the supported content. | |
|
|
Open the clipboard for examination. This avoids collisions by not allowing other windows to handle it until after you're done. You must call close. This can return false; that means that another program has it opened at present. |
1.3.2