Datasnap.DSTCPServerTransport.TDSTCPServerTransport.Start

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure Start; override;

C++

virtual void __fastcall Start();

Description

Called by server when starting.

Start is called by the server when it is starting.

See Also