delphimvcframework/samples/windowsservice/ServiceU.dfm

12 lines
276 B
Plaintext
Raw Normal View History

2019-09-25 14:55:39 +02:00
object ArticlesService: TArticlesService
OldCreateOrder = False
OnCreate = ServiceCreate
AllowPause = False
DisplayName = 'DMVCFramework Articles RESTServer'
2019-09-26 07:04:08 +02:00
OnExecute = ServiceExecute
2019-09-25 14:55:39 +02:00
OnStart = ServiceStart
OnStop = ServiceStop
Height = 150
Width = 215
end