DesignIntf.IDesigner60.CutSelection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CutSelection;

C++

virtual void __fastcall CutSelection() = 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 CutSelection to cut the components returned by GetSelections to the clipboard. CutSelection has the same effect as a call to CopySelection and to DeleteSelection, but in a single action.

See Also