System.Rtti.TVirtualMethodInterceptor.OnBefore
Delphi
property OnBefore: TInterceptBeforeNotify read FOnBefore write FOnBefore;
C++
__property _di_TInterceptBeforeNotify OnBefore = {read=FOnBefore, write=FOnBefore};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
property | public | System.Rtti.pas System.Rtti.hpp |
System.Rtti | TVirtualMethodInterceptor |
Description
Cet événement est appelé avant l'invocation de l'implémentation héritée.
Utilisez le gestionnaire d'événement TInterceptAfterNotify pour interdire l'invocation d'une méthode héritée. Proxify doit être utilisée premièrement pour intercepter les appels de méthode du type de classe particulier. La documentation pour TInterceptBeforeNotify décrit les paramètres en détail.
Voir aussi