System.Rtti.TVirtualMethodInterceptor.OnBefore

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

Delphi

property OnBefore: TInterceptBeforeNotify read FOnBefore write FOnBefore;

C++

__property _di_TInterceptBeforeNotify OnBefore = {read=FOnBefore, write=FOnBefore};

プロパティ

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

説明

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

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

関連項目


コード サンプル