Difference between revisions of "Midware TAppServer.Start"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[Midware | Main page]] -> [[Midware_Components_Reference | Midware component reference]] -> [[ | + | [[Midware | Main page]] -> [[Midware_Components_Reference | Midware component reference]] -> [[Midware_TAppServer | TAppServer]] -> [[Midware_TAppServer.Start | Start]] |
== Definition == | == Definition == | ||
− | ''' | + | '''public''' procedure Start; |
== Description == | == Description == | ||
− | + | 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.