System.Win.ComObj.TAutoObjectFactory.DispIntfEntry

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property DispIntfEntry: PInterfaceEntry read FDispIntfEntry;

C++

__property System::PInterfaceEntry DispIntfEntry = {read=FDispIntfEntry};

Eigenschaften

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

Beschreibung

Enthält den Eintrag für die Dispatch-Schnittstelle, die durch das vom Klassengenerator erstellte OLE-Automatisierungsobjekt implementiert wird.

DispIntfEntry wird im Konstruktor initialisiert. Die Eigenschaft gibt den Eintrag für eine Dispatch-Schnittstelle an.

Siehe auch