System.Rtti.TVirtualMethodInterceptor.OnAfter

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

Delphi

property OnAfter: TInterceptAfterNotify read FOnAfter write FOnAfter;

C++

__property _di_TInterceptAfterNotify OnAfter = {read=FOnAfter, write=FOnAfter};

プロパティ

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

説明

このイベントは、継承した実装が呼び出された後に、呼び出されます。

継承した仮想メソッドが呼び出された際に応答するために、この OnAfter イベント ハンドラを使用します。Proxify は、特定のクラス型のメソッド呼び出しをインターセプトするために、まず使用されなければなりません。TInterceptAfterNotify のドキュメントにて、パラメータの詳細が詳しく説明されています。

関連項目