Datasnap.DSServer.TDSServer.Stop
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Datasnap.DSServer.pas Datasnap.DSServer.hpp
| |
Unit: Datasnap.DSServer | |
Parent: TDSServer |
Delphi
procedure Stop; override;
C++
virtual void __fastcall Stop();
Description
Stops the DataSnap server.
Stop stops the DataSnap server. The Stop method internally calls the Stop
method on all TDSServerTransport implementations and all TDSServerClass components that have their Server property set to this instance.