Datasnap.DSClientRest.TDSCustomRestConnection.Connection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Connection: string read GetConnection write SetConnection stored IsConnectionStored nodefault;

C++

__property System::UnicodeString Connection = {read=GetConnection, write=SetConnection, stored=IsConnectionStored};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection

Description

Specifies the DataSnap custom REST connection string.

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

See Also