DesignIntf.IComponentEditor.Copy

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: IComponentEditor

Delphi

procedure Copy;

C++

virtual void __fastcall Copy() = 0 ;

Description

Provides an opportunity to copy the component to the clipboard in custom formats.

The forms designer calls Copy when the user tries to copy the component to the clipboard. When Copy is called, the component's filed image is already on the Clipboard.

Implement Copy to copy a different clipboard format, which is ignored by the designer but might be recognized by another application.

See Also