System.Win.ComObj.TAutoObjectFactory.EventIID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EventIID: TGUID read FEventIID;

C++

__property GUID EventIID = {read=FEventIID};

Properties

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

Description

Specifies the GUID for the control’s events interface.

EventIID is used internally to create a connection between the control and the events interface.

See Also