Browse Subversion Repository
Diff of /WebModuleUnit1.dfm
Parent Directory
| Revision Log
| Patch
| 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' |
| 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 |
|
|
|