System.Rtti.TVirtualMethodInterceptor.Unproxify

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Unproxify(AInstance: TObject);

C++

void __fastcall Unproxify(System::TObject* AInstance);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TVirtualMethodInterceptor

Description

Restores the original run-time class of the instance. Restores the class of the TVirtualMethodInterceptor instance; the class that it was before Proxify was called.

See Also