Datasnap.Win.SConnect.TWebConnection.Transport_SetConnected

From RAD Studio API Documentation
Jump to: navigation, search


[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Unit: Datasnap.Win.SConnect
Parent: TWebConnection

Delphi

procedure Transport_SetConnected(Value: Boolean); stdcall;

C++

void __stdcall Transport_SetConnected(bool Value);

Description

Sets the value of the Connected property.

Transport_SetConnected is the write property implementer for the Connected property.

See Also