Datasnap.DSReflect.TDSMethodValues

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTDSMethodValues
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.DSReflect.pas
Datasnap.DSReflect.hpp
Unit: Datasnap.DSReflect
Parent: Datasnap.DSReflect

Delphi

TDSMethodValues = class

C++

class PASCALIMPLEMENTATION TDSMethodValues : public System::TObject

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