Datasnap.Win.SConnect.ITransport.SetConnected
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Datasnap.Win.SConnect.pas Datasnap.Win.SConnect.hpp
| |
| Unit: Datasnap.Win.SConnect | |
| Parent: ITransport | |
Delphi
procedure SetConnected(Value: Boolean); stdcall;
C++
virtual void __stdcall SetConnected(bool Value) = 0 ;
Description
Sets the value of the Connected property.
SetConnected is the write implementer for the Connected property.