Vcl.OleCtnrs.TOleContainer.OleObjectInterface

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OleObjectInterface: IOleObject read FOleObject;

C++

__property _di_IOleObject OleObjectInterface = {read=FOleObject};

Properties

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

Description

Provides access to the IOleObject interface for the OLE object.

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

See Also