Datasnap.DSReflect.TDSMethod.Invoke

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Invoke(MethodInstance: TObject; MethodValues: TDSMethodValues);

C++

void __fastcall Invoke(System::TObject* MethodInstance, TDSMethodValues* MethodValues);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSReflect.pas
Datasnap.DSReflect.hpp
Datasnap.DSReflect TDSMethod

Description

Dynamically invokes the function described by this TDSMethod.

MethodInstance is an instance of the class to which the method belongs.

MethodValues contains the parameters for the function invocation. The order of the parameters is assumed to be in inverse lexical order, last parameter first.

See Also