Vcl.OleCtnrs.TOleContainer.Copy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Copy;

C++

void __fastcall Copy(void);

Properties

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

Description

Copies the OLE object to the Windows clipboard.

Call Copy to write the OLE object to the clipboard. If there is no OLE object in the container, Copy raises an exception.

See Also