Datasnap.DSTCPServerTransport.TDSTCPServerTransport.SetServer

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also