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 4 by yamat0jp, Thu Sep 24 07:42:33 2015 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 130  object WebModule1: TWebModule1 Line 136  object WebModule1: TWebModule1
136        Origin = 'ngwords'        Origin = 'ngwords'
137        BlobType = ftWideMemo        BlobType = ftWideMemo
138      end      end
139        object FDTable2mente: TBooleanField
140          FieldName = 'mente'
141        end
142    end    end
143    object PageProducer1: TPageProducer    object PageProducer1: TPageProducer
144      OnHTMLTag = PageProducer1HTMLTag      OnHTMLTag = PageProducer1HTMLTag

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

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