System.Win.ComObj.TAutoIntfObject.DispTypeInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DispTypeInfo: ITypeInfo read FDispTypeInfo;

C++

__property _di_ITypeInfo DispTypeInfo = {read=FDispTypeInfo};

Properties

Type Visibility Source Unit Parent
property public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj TAutoIntfObject

Description

DispTypeInfo returns an ITypeInfo interface reference to the type information for the dispinterface implemented by the automation object.

DispTypeInfo is used to provide type information on the automation object.