System.Rtti.TMethodImplementationCallback

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

Delphi

TMethodImplementationCallback = reference to procedure(
UserData: Pointer;
const Args: TArray<TValue>;
out Result: TValue);

C++

__interface TMethodImplementationCallback  : public System::IInterface

プロパティ

種類 可視性 ソース ユニット
anonMethod
class
public
System.Rtti.pas
System.Rtti.hpp
System.Rtti System.Rtti

説明

一般的なシグネチャのメソッドへの参照を表します。

TMethodImplementationCallback はメソッドの実装を指します。 TRttiMethod.CreateImplementation 関数には、TMethodImplementation のインスタンスを作成するのに TMethodImplementationCallback が必要です。

TMethodImplementation では、TMethodImplementationCallback をメソッド本体として使用します。

関連項目