mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-14 22:02:56 +01:00
16 lines
319 B
Plaintext
16 lines
319 B
Plaintext
object FPWebModule1: TFPWebModule1
|
|
OldCreateOrder = False
|
|
Actions = <
|
|
item
|
|
Name = 'func1call'
|
|
Default = False
|
|
OnRequest = func1callRequest
|
|
Template.AllowTagParams = False
|
|
end>
|
|
CreateSession = False
|
|
Height = 265
|
|
HorizontalOffset = 234
|
|
VerticalOffset = 156
|
|
Width = 274
|
|
end
|