mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-16 00:05:53 +01:00
12 lines
276 B
Plaintext
12 lines
276 B
Plaintext
object ArticlesService: TArticlesService
|
|
OldCreateOrder = False
|
|
OnCreate = ServiceCreate
|
|
AllowPause = False
|
|
DisplayName = 'DMVCFramework Articles RESTServer'
|
|
OnExecute = ServiceExecute
|
|
OnStart = ServiceStart
|
|
OnStop = ServiceStop
|
|
Height = 150
|
|
Width = 215
|
|
end
|