summaryrefslogtreecommitdiff
path: root/fpcsrc/packages/fcl-web/examples/helloworld/webmodule/webmodule.lfm
blob: 4bd064361eca8ed9bfcc04bdecaf6dea03450833 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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