Datasnap.DSReflect.TDSMethodValues

From RAD Studio API Documentation

TDSMethodValuesSystem.TObject

Delphi

TDSMethodValues = class

C++

class PASCALIMPLEMENTATION TDSMethodValues : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
Datasnap.DSReflect.pas
Datasnap.DSReflect.hpp
Datasnap.DSReflect Datasnap.DSReflect

Description

TDSMethodValues is used to hold information about method parameter types and their values.

Method parameter values are set by AssignParameterValues.

TDSMethodValues is used by TDSMethod.Invoke.

See Also