Difference between revisions of "Midware TAppServer.Start"

From Overbyte
Jump to navigation Jump to search
(Created page with ' Main page -> Midware component reference -> TAppServer -> Start == Defin…')
 
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
== Definition ==
 
== Definition ==
  
  '''property''' Start: '''Start''';
+
  '''public''' procedure Start;
  
 
== Description ==
 
== Description ==
  
 
The start procedure will start the server. The server will accept new client connections. See also Stop.
 
The start procedure will start the server. The server will accept new client connections. See also Stop.

Latest revision as of 09:11, 14 May 2011

Main page -> Midware component reference -> TAppServer -> Start

Definition

public procedure Start;

Description

The start procedure will start the server. The server will accept new client connections. See also Stop.