System.Win.ComObj.TAutoObjectFactory.EventTypeInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EventTypeInfo: ITypeInfo read FEventTypeInfo;

C++

__property _di_ITypeInfo EventTypeInfo = {read=FEventTypeInfo};

Properties

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

Description

Provides an interface to the type information object for the object’s events interface.

Use EventTypeInfo property to obtain type information for the object’s events interface.

See Also