Using the Clipboard with Graphics

From RAD Studio
Jump to: navigation, search

Go Up to Overview of Graphics Programming


You can use the Windows clipboard to copy and paste graphics within your applications or to exchange graphics with other applications. The VCL's clipboard object makes it easy to handle different kinds of information, including graphics.

Before you can use the clipboard object in your application, you must add the Clipbrd unit to the uses clause of any unit that needs to access clipboard data.

Topics

See Also