System.TObject.GetInterfaceEntry
From RAD Studio VCL Reference
Delphi Information
From System.pas
class function GetInterfaceEntry(const IID: TGUID): PInterfaceEntry;
Unit: System
Type: method
Visibility: public
Member Of: TObject
C++ Information
From System.hpp
__classmethod System::TInterfaceEntry * __fastcall GetInterfaceEntry(const _GUID & IID);
Unit: System
Type: method
Visibility: public
Member Of: TObject
Description
Returns the entry for a specific interface implemented in a class.
GetInterfaceEntry returns the class entry for the interface specified by the IID parameter.
Note: In Delphi Code, IID can be an interface name. The compiler replaces this name with the actual GUID.
Note: COM objects can use GetInterfaceEntry to automate dispatch calls to a dual-IDispatch interface.