DesignIntf.IDesigner60.CopySelection

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure CopySelection;

C++

virtual void __fastcall CopySelection() = 0 ;

Description

Copies the selected component or components to the Windows clipboard

Call CopySelection to copy the components returned by GetSelections to the Windows clipboard.

See Also