Datasnap.DSClientRest.TDSRestCacheCommand.Connection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Connection: TDSCustomRestConnection read FConnection;

C++

__property TDSCustomRestConnection* Connection = {read=FConnection};

Properties

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

Description

Specifies the DataSnap custom REST connection.

The Connection property specifies the DataSnap custom REST connection.

See Also