API:System.Rtti.TVirtualMethodInterceptor.DoAfter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoAfter(Instance: TObject; Method: TRttiMethod; const Args: TArray<TValue>;  var Result: TValue);

C++

void __fastcall DoAfter(System::TObject* Instance, TRttiMethod* Method, const System::DynamicArray<TValue> Args, TValue &Result);

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.