Vcl.OleCtnrs.TOleContainer.StorageInterface

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StorageInterface: IStorage read FStorage;

C++

__property _di_IStorage StorageInterface = {read=FStorage};

Properties

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

Description

Provides access to the IStorage interface for the OLE object.

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++).

See Also