mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-10 00:55:58 +02:00
25 lines
447 B
Plaintext
25 lines
447 B
Plaintext
object DemoClass: TDemoClass
|
|
OldCreateOrder = False
|
|
APIPath = 'API'
|
|
RouterPath = 'Router'
|
|
Height = 313
|
|
HorizontalOffset = 548
|
|
VerticalOffset = 230
|
|
Width = 359
|
|
object Add: TJSONRPCHandler
|
|
OnExecute = AddExecute
|
|
Options = []
|
|
ParamDefs = <
|
|
item
|
|
Name = 'A'
|
|
DataType = jtNumber
|
|
end
|
|
item
|
|
Name = 'B'
|
|
DataType = jtNumber
|
|
end>
|
|
left = 56
|
|
top = 32
|
|
end
|
|
end
|