Vcl.OleCtnrs.TOleContainer.CanPaste
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.