Datasnap.DSClientRest.TDSCustomRestConnection.SetConnection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetConnection(const KeepAlive: string); virtual;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection

Description

Setter method for the Connection property.

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

See Also