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

Description

Contains the entry for the dispatch interface implemented by the OLE Automation object created by the factory.

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

See Also