Datasnap.DSServer.TDSServerClass.Start

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure Start; override;

C++

virtual void __fastcall Start();

Description

Called by server when server method started.

Start is called by the server when server method started.

See Also