delphimvcframework/samples/windowsservice/ServiceU.dfm

11 lines
247 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'
OnStart = ServiceStart
OnStop = ServiceStop
Height = 150
Width = 215
end