Datasnap.DSTCPServerTransport.TDSTCPServerTransport.SetServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetServer(const AServer: TDSCustomServer); override;

C++

virtual void __fastcall SetServer(Datasnap::Dscommonserver::TDSCustomServer* const AServer);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.DSTCPServerTransport.pas
Datasnap.DSTCPServerTransport.hpp
Datasnap.DSTCPServerTransport TDSTCPServerTransport

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