System.Generics.Defaults._MakeInterfaceInstance

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function _MakeInterfaceInstance(const AnonMethodPtrs: array of const): Pointer;

C++

extern DELPHI_PACKAGE void * __fastcall _MakeInterfaceInstance(const System::TVarRec *AnonMethodPtrs, const System::NativeInt AnonMethodPtrs_High);

プロパティ

種類 可視性 ソース ユニット
function public
System.Generics.Defaults.pas
System.Generics.Defaults.hpp
System.Generics.Defaults System.Generics.Defaults


説明

_MakeInterfaceInstance では、すべてのインターフェイス メソッドが匿名のメソッドで表された、インターフェイス インスタンスを作成することができます。