summaryrefslogtreecommitdiff
path: root/packages/fcl-web/examples/fptemplate/fileupload/webmodule/webmodule.lfm
blob: c7103825662545a2637148ad6157f4c9998f5df2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
object FPWebModule1: TFPWebModule1
  OnCreate = DataModuleCreate
  OldCreateOrder = False
  Actions = <  
    item
      Name = 'listfiles'
      Default = True
      OnRequest = listfilesRequest
      Template.AllowTagParams = False
    end>
  AfterResponse = DataModuleAfterResponse
  CreateSession = False
  Height = 300
  HorizontalOffset = 290
  VerticalOffset = 149
  Width = 400
end