version 1
CT Clipboard to picture Picture
Parameter | Type | Description | ||||
This command does not require any parameters | ||||||
Function result | Picture | A copy of contents of the Clipboard |
Description
CT Clipboard to picture returns a 4th Dimension picture that is a copy of the contents of the Clipboard.
If the Clipboard does not contain a picture, CT Clipboard to picture returns an empty picture.
Example
This example copies a picture from the Clipboard to the vPict variable:
vPict:=CT Clipboard to picture
See Also