API:Datasnap.DSServer.TDSServer.Stop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Stop; override;

C++

virtual void __fastcall Stop();

Properties

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

Description

Stops the server.

Datasnap.DSServer.TDSServer.Stop inherits from Datasnap.DSCommonServer.TDSCustomServer.Stop. All content below this line refers to Datasnap.DSCommonServer.TDSCustomServer.Stop.

Stops the server.

Use Stop to stop the DataSnap custom server. Stop stops the server even if an exception is raised.

See Also