Datasnap.DSClientRest.TDSRestParameterMetaData.Direction

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: field
Visibility: public
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: TDSRestParameterMetaData

Delphi

Direction: Integer;

C++

int Direction;

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