DesignIntf.IDesigner60.CopySelection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CopySelection;

C++

virtual void __fastcall CopySelection() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IDesigner60

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