Datasnap.DSCommonServer.TDSCustomServer.Stop
[–] 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.