Datasnap.DSServer.TDSServer.Stop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Stop; override;

C++

virtual void __fastcall Stop(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSServer

Description

Stops the DataSnap server.

Stop stops the DataSnap server. The Stop method internally calls the Stop method on all TDSServerTransport implementations and all TDSServerClass components that have their Server property set to this instance.

See Also