System.Win.ComObj.TAutoObjectFactory.DispIntfEntry

From RAD Studio API Documentation
Revision as of 22:47, 16 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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