Datasnap.DSClientRest.TDSRestParameterMetaData.Name

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Name: string;

C++

System::UnicodeString Name;

Properties

Type Visibility Source Unit Parent
field public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestParameterMetaData

Description

Name of the parameter or blank if a return type.

Direction returns the name of the server method parameter type or blank if a return type, needed by TDSRestCommand.

See Also