System._di_IDispatch

From RAD Studio API Documentation
Jump to: navigation, search


C++

typedef System::DelphiInterface<IDispatch> _di_IDispatch;

Properties

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

Description

Delphi interface of IDispatch.

You can use _di_IDispatch to refer an Automation object in C++ code.

See Also