Vcl.DBCtrls.TDBImage.CutToClipboard

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CutToClipboard;

C++

void __fastcall CutToClipboard();

Properties

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

Description

Deletes the image in the control and copies it to the Clipboard.

Use the CutToClipboard method to delete the image in the control when copying it to the Clipboard. CutToClipboard gives the associated field a null value.

See Also