Vcl.OleCtnrs.TOleContainer.Linked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Linked: Boolean read GetLinked;

C++

__property bool Linked = {read=GetLinked, nodefault};

Properties

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

Description

Indicates whether the OLE object is linked or embedded.

Read Linked to determine whether the OLE object is linked to the OLE server. If Linked is true, the OLE object is linked; if false, it's embedded. An OLE object must already be loaded in the container before accessing the Linked property.

See Also