Vcl.DBCtrls.TDBImage.PasteFromClipboard

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PasteFromClipboard;

C++

void __fastcall PasteFromClipboard();

Properties

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

Description

Copies the contents of the Clipboard to the control.

Use PasteFromClipboard to set the field value to an image stored in the Clipboard.

See Also