-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathudmServer.dfm
More file actions
40 lines (40 loc) · 917 Bytes
/
udmServer.dfm
File metadata and controls
40 lines (40 loc) · 917 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
object DMServer: TDMServer
OldCreateOrder = False
Encoding = esUtf8
Height = 180
Width = 178
object DWSE: TDWServerEvents
IgnoreInvalidParams = False
Events = <
item
Routes = [crPost]
DWParams = <>
JsonMode = jmPureJSON
Name = 'objPost'
OnReplyEvent = DWSEEventsobjPostReplyEvent
end
item
Routes = [crGet]
DWParams = <>
JsonMode = jmPureJSON
Name = 'objGet'
OnReplyEvent = DWSEEventsobjGetReplyEvent
end
item
Routes = [crPut]
DWParams = <>
JsonMode = jmPureJSON
Name = 'objPut'
OnReplyEvent = DWSEEventsobjPutReplyEvent
end
item
Routes = [crDelete]
DWParams = <>
JsonMode = jmPureJSON
Name = 'objDelete'
OnReplyEvent = DWSEEventsobjDeleteReplyEvent
end>
Left = 64
Top = 16
end
end