Datasnap.DSClientRest.TDSCustomRestConnection.SetConnection

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: TDSCustomRestConnection

Delphi

procedure SetConnection(const KeepAlive: string); virtual;

C++

virtual void __fastcall SetConnection(const System::UnicodeString KeepAlive);

Description

Setter method for the Connection property.

SetConnection is the setter method for the Connection property. SetConnection takes in a string parameter.

See Also