Vcl.OleCtnrs.TOleContainer.Paste

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Paste;

C++

void __fastcall Paste();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.OleCtnrs.pas
Vcl.OleCtnrs.hpp
Vcl.OleCtnrs TOleContainer

Description

Pastes the contents of the Windows clipboard as an embedded object.

Call Paste to embed the object on the clipboard in the OLE container. If there's already an OLE object in the container, it is destroyed and any changes the user made to it are discarded.

See Also