RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleContainer.OleObjectInterface Property

Provides access to the IOleObject interface for the OLE object.

Pascal
property OleObjectInterface: IOleObject;
C++
__property IOleObject OleObjectInterface;

Use OleObjectInterface for low-level access to the OLE API. If there is no OLE object loaded into the container, OleObjectInterface returns nil (Delphi) or NULL (C++). 

 

OleObject 

Creating Clients for Servers That Do Not Have a Type Library

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