Vcl.AxCtrls.TActiveFormFactory.GetIntfEntry

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIntfEntry(Guid: TGUID): PInterfaceEntry; override;

C++

virtual System::PInterfaceEntry __fastcall GetIntfEntry(const GUID &Guid);

Properties

Type Visibility Source Unit Parent
function public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TActiveFormFactory

Description

Retrieves a pointer to the dispatch interface.

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.

See Also