System._di_IUnknown

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef System::DelphiInterface<IUnknown> _di_IUnknown;

Properties

Type Visibility Source Unit Parent
typedef public systobj.h System System

Description

Delphi interface of IUnknown.

You can use _di_IUnknown to refer objects that implement IUnknown in C++ code.

See Also