Browse Subversion Repository
Diff of /Unit3.dfm
Parent Directory
| Revision Log
| Patch
| 9 |
end |
end |
| 10 |
object FDTable1: TFDTable |
object FDTable1: TFDTable |
| 11 |
Active = True |
Active = True |
| 12 |
|
IndexFieldNames = 'NUMBER' |
| 13 |
Connection = FDConnection1 |
Connection = FDConnection1 |
| 14 |
UpdateOptions.UpdateTableName = 'USER_DATA' |
UpdateOptions.UpdateTableName = 'USER_DATA' |
| 15 |
TableName = 'USER_DATA' |
TableName = 'USER_DATA' |
| 47 |
end |
end |
| 48 |
object FDTable2: TFDTable |
object FDTable2: TFDTable |
| 49 |
Active = True |
Active = True |
| 50 |
|
FilterOptions = [foCaseInsensitive] |
| 51 |
Connection = FDConnection1 |
Connection = FDConnection1 |
| 52 |
UpdateOptions.UpdateTableName = 'ITEM_DATA' |
UpdateOptions.UpdateTableName = 'ITEM_DATA' |
| 53 |
TableName = 'ITEM_DATA' |
TableName = 'ITEM_DATA' |
|
|
Legend:
| Removed from v.2 |
|
| changed lines |
| |
Added in v.3 |
|
|
|