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

Beschreibung

Enthält den Eintrag für die vom Automatisierungsobjekt implementierte Dispatch-Schnittstelle.

DispIntfEntry wird im Konstruktor initialisiert. DispIntfEntry liefert den Eintrag für eine Dispatch-Schnittstelle.

Siehe auch