Clipboard Methods (Typed) |
The Clipboard type exposes the following members.
Name | Description | |
---|---|---|
Clear |
Clear the contents of the clipboard.
| |
Destroy | Free memory resources allocated for a VObject object and its derived objects. (Inherited from VObject.) | |
GetItemSize |
Retrieve the size of the item in the clipboard, specifying either a string or a bitmap object.
| |
Insert |
Insert text or a bitmap into the clipboard.
| |
InsertRTF |
Insert an RTF string into the clipboard.
| |
RetrieveBitmap |
Retrieves a Bitmap object from the clipboard.
| |
RetrieveFiles |
Retrieves an array of file names.
| |
RetrieveRTF |
Retrieve an RTF string from the clipboard.
| |
RetrieveString |
Retrieves a string from the clipboard.
|