System.Win.ComObj.TAutoIntfObject.DispIntfEntry

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DispIntfEntry: PInterfaceEntry read FDispIntfEntry;

C++

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

Properties

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

Description

DispIntfEntry contains the entry for the dispatch interface implemented by the automation object.

DispIntfEntry is initialized in the constructor. DispIntfEntry returns the entry for a dispatch interface.

See Also