DesignIntf.IDesigner60.PasteSelection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PasteSelection;

C++

virtual void __fastcall PasteSelection() = 0 ;

Properties

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

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