DesignIntf.IDesigner60.CutSelection
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: DesignIntf.pas DesignIntf.hpp
| |
Unit: DesignIntf | |
Parent: IDesigner60 |
Delphi
procedure CutSelection;
C++
virtual void __fastcall CutSelection() = 0 ;
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.