System.Win.ComObj.TAutoObjectFactory.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 TAutoObjectFactory

Description

Returns an ITypeInfo interface reference to the type information for the dispinterface implemented by the OLE Automation object.

DispTypeInfo is used to provide type information on the OLE Automation object created by the factory.