API:Datasnap.DSServer.TDSServer.Stop
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.