Datasnap.DSClientRest.TDSRestParameterMetaData.Direction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Direction: Integer;

C++

int Direction;

Properties

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

Description

Direction of the parameter or return type.

Direction returns direction of the server method parameter type or return type needed by TDSRestCommand.

See Also