RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleContainer.OleObject Property

Represents the OLE object hosted by the OLE container.

Pascal
property OleObject: Variant;
C++
__property Variant OleObject;

Read OleObject to access the OLE object hosted by the OLE container as a variant. To interact with the OLE object using the IOleObject interface, use the OleObjectInterface property instead. If the OLE object is not loaded in the container before reading OleObject, an EOleError exception is raised. 

 

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