RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleContainer.StorageInterface Property

Provides access to the IStorage interface for the OLE object.

Pascal
property StorageInterface: IStorage;
C++
__property IStorage StorageInterface;

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

 

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