Datasnap.DSCommonServer.TDSCustomServer.Stop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Stop; virtual;

C++

virtual void __fastcall Stop();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer TDSCustomServer

Description

Stops the server.

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

See Also