summaryrefslogtreecommitdiff
path: root/fpcsrc/packages/fcl-web/examples/webdata/demo/wmusers.lfm
blob: 4093613b2b5042c12b91b42b108a480071fb08b1 (plain)
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
object FPWebModule1: TFPWebModule1
  OldCreateOrder = False
  Actions = <  
    item
      Name = 'Read'
      Default = False
      OnRequest = TFPWebActions0Request
    end  
    item
      Name = 'Insert'
      Default = False
      OnRequest = TFPWebActions1Request
    end  
    item
      Name = 'Update'
      Default = False
      OnRequest = TFPWebActions2Request
    end  
    item
      Name = 'Delete'
      Default = False
      OnRequest = TFPWebActions3Request
    end>
  CreateSession = False
  Height = 300
  HorizontalOffset = 696
  VerticalOffset = 366
  Width = 400
  object Dbf1: TDbf
    IndexDefs = <>
    TableLevel = 4
    FilterOptions = []
    left = 23
    top = 53
  end
end