Datasnap.DSCommonServer.TDSCustomServer.Stop

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Unit: Datasnap.DSCommonServer
Parent: TDSCustomServer

Delphi

procedure Stop; virtual;

C++

virtual void __fastcall Stop();

Description

Stops the server.

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

See Also