Vcl.OleCtnrs.TOleContainer.CanPaste

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CanPaste: Boolean read GetCanPaste;

C++

__property bool CanPaste = {read=GetCanPaste, nodefault};

Properties

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

Description

Indicates whether the Windows clipboard contains an OLE object that can be pasted into the OLE container.

Read CanPaste before trying to paste or paste link an OLE object from the clipboard.

See Also