4D v14.3SET PICTURE TO PASTEBOARD |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
SET PICTURE TO PASTEBOARD
SET PICTURE TO PASTEBOARD
SET PICTURE TO PASTEBOARD clears the pasteboard and puts a copy of the picture passed in picture into it. Note: In the case of copy/paste operations, the pasteboard is equivalent to the Clipboard The picture is transported in its native format (jpeg, tif, png, etc.). After you have put a picture into the pasteboard, you can retrieve it using the GET PICTURE FROM PASTEBOARD command or for example GET PASTEBOARD DATA("com.4d.private.picture.gif";...). Using a floating window, you display a form that contains the array asEmployeeName, which lists the names of the employees from an [Employees] table. Each time you click on a name, you want to copy the employee's picture to the pasteboard. In the object method for the array, you write: If(asEmployeeName#0) If a copy of the picture is correctly put into the pasteboard, the OK variable is set to 1. |
PROPERTIES
Product: 4D
HISTORY
Modified: 4D v11 SQL SEE ALSO
APPEND DATA TO PASTEBOARD ARTICLE USAGE
4D Language Reference ( 4D v12.4) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||