Datasnap.DSServer.TDSServerClass.Stop

From RAD Studio API Documentation
Jump to: navigation, search

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 TDSServerClass

Description

Called by server when server method stopped.

Stop is called by the server when the server method is stopped.

See Also