[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: rtti.pp line 1008
type TVirtualMethodInterceptor = class |
protected |
procedure HandleInterceptCallback(); |
public |
constructor Create(); |
destructor Destroy; override; |
procedure Proxify(); |
procedure Unproxify(); |
property OriginalClass: TClass; [r] |
property ProxyClass: TClass; [r] |
property OnBefore: TInterceptBeforeNotify; [rw] |
property OnAfter: TInterceptAfterNotify; [rw] |
property OnException: TInterceptExceptionNotify; [rw] |
end; |
| | |
TObject |