RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActiveFormFactory.GetIntfEntry Method

Retrieves a pointer to the dispatch interface.

Pascal
function GetIntfEntry(Guid: TGUID): PInterfaceEntry; override;
C++
virtual __fastcall PInterfaceEntry GetIntfEntry(TGUID Guid);

The GetIntfEntry method obtains an interface, if it exists, from the TActiveForm class. This is an internal method of the DAX framework. retrieves a pointer to the dispatch interface from the associated TActiveForm object. 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!