Unit 'Rtti' Package
[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl-objpas]

TVirtualMethodInterceptor

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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;

Inheritance

TVirtualMethodInterceptor

|

TObject


Documentation generated on: 2026-06-25