System._di_IInterface

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef System::DelphiInterface<System::IInterface> _di_IInterface;

Properties

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

Description

Delphi interface of IInterface.

You can use _di_IInterface to refer an interface in C++ code.

See Also