Datasnap.Win.SConnect.TWebConnection.SetConnected
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Datasnap.Win.SConnect.pas Datasnap.Win.SConnect.hpp
| |
Unit: Datasnap.Win.SConnect | |
Parent: TWebConnection |
Delphi
procedure SetConnected(Value: Boolean); override;
C++
virtual void __fastcall SetConnected(bool Value);
Description
Sets the Connected property.
SetConnected is the protected overridden implementation of the Connected property. It establishes a connection to the Application server if Value
is True, and disconnects from the application server if Value
is False.