Vcl.AxCtrls.TCustomAdapter.ConnectOleObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ConnectOleObject(OleObject: IUnknown);

C++

void __fastcall ConnectOleObject(System::_di_IInterface OleObject);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TCustomAdapter

Description

Associates the adapter with an OLE interface.

ConnectOleObject is used internally to associate the adapter with the OLE object it represents.

See Also