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 19 by yamat0jp, Thu Sep 29 11:11:08 2016 UTC revision 20 by yamat0jp, Thu Sep 29 14:15:09 2016 UTC
# Line 70  object WebModule1: TWebModule1 Line 70  object WebModule1: TWebModule1
70    AfterDispatch = WebModuleAfterDispatch    AfterDispatch = WebModuleAfterDispatch
71    Height = 230    Height = 230
72    Width = 415    Width = 415
   object FDConnection1: TFDConnection  
     Params.Strings = (  
       'LockingMode=Normal'  
       'DriverID=SQLite')  
     Left = 56  
     Top = 80  
   end  
73    object FDTable2: TFDTable    object FDTable2: TFDTable
74      Connection = FDConnection1      Connection = FDConnection1
75      UpdateOptions.UpdateTableName = 'information'      UpdateOptions.UpdateTableName = 'information'
# Line 202  object WebModule1: TWebModule1 Line 195  object WebModule1: TWebModule1
195        Origin = 'line'        Origin = 'line'
196      end      end
197    end    end
198      object FDConnection1: TFDConnection
199        Params.Strings = (
200          'LockingMode=Normal'
201          'DriverID=SQLite')
202        Left = 56
203        Top = 80
204      end
205  end  end

Legend:
Removed from v.19  
changed lines
  Added in v.20

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