System.Win.ComObj.TAutoObjectFactory.EventTypeInfo

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property EventTypeInfo: ITypeInfo read FEventTypeInfo;

C++

__property _di_ITypeInfo EventTypeInfo = {read=FEventTypeInfo};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj TAutoObjectFactory

Beschreibung

Stellt ein Interface für das Typeinformationsobjekt für das Ereignis-Interface des Objekts bereit.

Mit der Eigenschaft EventTypeInfo ermitteln Sie Typinformationen für das Ereignis-Interface des Objekts.

Siehe auch