Datasnap.DSTCPServerTransport.TDSTCPServerTransport.SetServer
| [–] Properties | |
|---|---|
| Type:  procedure function 
 | |
| Visibility: protected | |
| Source:  Datasnap.DSTCPServerTransport.pas Datasnap.DSTCPServerTransport.hpp 
 | |
| Unit: Datasnap.DSTCPServerTransport | |
| Parent: TDSTCPServerTransport | |
Delphi
procedure SetServer(const AServer: TDSCustomServer); override;
C++
virtual void __fastcall SetServer(Datasnap::Dscommonserver::TDSCustomServer* const AServer);
Description
Sets the Server to the given value.
Call SetServer to set the value of the Server property to the value of the AServer parameter.