Vcl.DBCtrls.TDBImage.CopyToClipboard

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CopyToClipboard;

C++

void __fastcall CopyToClipboard();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBImage

Description

Copies the picture in the image control to the Clipboard.

Use CopyToClipboard to put a copy of the graphic specified by the Picture property in the Clipboard.

See Also