System.Rtti.TRttiMethodType.Invoke

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Invoke(const Callable: TValue; const Args: array of TValue): TValue; override;

C++

virtual TValue __fastcall Invoke(const TValue &Callable, const TValue *Args, const int Args_High);

Properties

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

Description


Embarcadero Technologies does not currently have any additional information.