RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleContainer.Linked Property

Indicates whether the OLE object is linked or embedded.

Pascal
property Linked: Boolean;
C++
__property Boolean Linked;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!