API:Datasnap.DSClientRest.TDSRestConnection.Connection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Connection: string read GetConnection write SetConnection stored IsConnectionStored;

C++

__property Connection;

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestConnection

Description

Specifies the DataSnap custom REST connection string.

Datasnap.DSClientRest.TDSRestConnection.Connection inherits from Datasnap.DSClientRest.TDSCustomRestConnection.Connection. All content below this line refers to Datasnap.DSClientRest.TDSCustomRestConnection.Connection.

Specifies the DataSnap custom REST connection string.

Use the Connection property to specify the DataSnap custom REST connection string.

See Also