Develop and Download Open Source Software

Browse Subversion Repository

Diff of /WebModuleUnit1.dfm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1 by yamat0jp, Wed Sep 23 09:26:54 2015 UTC revision 9 by yamat0jp, Sat Sep 17 04:45:16 2016 UTC
# Line 47  object WebModule1: TWebModule1 Line 47  object WebModule1: TWebModule1
47        Name = 'search'        Name = 'search'
48        PathInfo = '/search'        PathInfo = '/search'
49        OnAction = WebModule1searchAction        OnAction = WebModule1searchAction
50        end
51        item
52          MethodType = mtPost
53          Name = 'adminset'
54          PathInfo = '/adminset'
55          OnAction = WebModule1adminsetAction
56      end>      end>
57    BeforeDispatch = WebModuleBeforeDispatch    BeforeDispatch = WebModuleBeforeDispatch
58    Height = 230    Height = 230
# Line 93  object WebModule1: TWebModule1 Line 99  object WebModule1: TWebModule1
99    end    end
100    object FDConnection1: TFDConnection    object FDConnection1: TFDConnection
101      Params.Strings = (      Params.Strings = (
       'Database=E:\Program Files (x86)\xampp\cgi-bin\data.sdb'  
102        'LockingMode=Normal'        'LockingMode=Normal'
103        'DriverID=SQLite')        'DriverID=SQLite')
104      Left = 56      Left = 56
# Line 130  object WebModule1: TWebModule1 Line 135  object WebModule1: TWebModule1
135        Origin = 'ngwords'        Origin = 'ngwords'
136        BlobType = ftWideMemo        BlobType = ftWideMemo
137      end      end
138        object FDTable2mente: TBooleanField
139          FieldName = 'mente'
140        end
141    end    end
142    object PageProducer1: TPageProducer    object PageProducer1: TPageProducer
143      OnHTMLTag = PageProducer1HTMLTag      OnHTMLTag = PageProducer1HTMLTag

Legend:
Removed from v.1  
changed lines
  Added in v.9

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26