Datasnap.Win.SConnect.TWebConnection.Transport_SetConnected

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

procedure Transport_SetConnected(Value: Boolean); stdcall;

C++

void __stdcall Transport_SetConnected(bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Datasnap.Win.SConnect TWebConnection

Description

Sets the value of the Connected property.

Transport_SetConnected is the write property implementer for the Connected property.

See Also