DesignEditors.TComponentEditor.Copy

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure Copy; virtual;

C++

virtual void __fastcall Copy();

Description

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

Do not call the Copy method. It is called automatically 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. Override Copy to copy a different clipboard format, which is ignored by the designer but might be recognized by another application.

See Also