DesignIntf.IDesigner60.PasteSelection

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 PasteSelection;

C++

virtual void __fastcall PasteSelection() = 0 ;

Description

Pastes the contents of the clipboard into the selected component or components.

Call PasteSelection to paste the contents of the clipboard to the components returned by GetSelections.

See Also