ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/journaling/examples/ibtable/Unit1.lfm
(Generate patch)

Comparing ibx/trunk/examples/ibtable/Unit1.lfm (file contents):
Revision 118 by tony, Mon Jan 22 13:58:14 2018 UTC vs.
Revision 209 by tony, Wed Mar 14 12:48:51 2018 UTC

# Line 9 | Line 9 | object Form1: TForm1
9    DefaultMonitor = dmPrimary
10    OnShow = FormShow
11    Position = poScreenCenter
12 <  LCLVersion = '1.8.1.0'
12 >  LCLVersion = '1.8.3.0'
13    object Panel1: TPanel
14      Left = 0
15      Height = 453
# Line 185 | Line 185 | object Form1: TForm1
185      BufferChunks = 1000
186      CachedUpdates = False
187      DataSetCloseAction = dcSaveChanges
188 +    EnableStatistics = False
189      GeneratorField.ApplyOnEvent = gaeOnNewRecord
190      IndexFieldNames = 'DEPT_NO'
191 +    MasterDetailDelay = 500
192      ReadOnly = True
193      TableName = 'DEPARTMENT'
194      left = 424
# Line 289 | Line 291 | object Form1: TForm1
291      BufferChunks = 1000
292      CachedUpdates = False
293      DataSetCloseAction = dcSaveChanges
294 +    EnableStatistics = False
295      GeneratorField.Generator = 'EMP_NO_GEN                                                                                                                  '
296      GeneratorField.Field = 'EMP_NO'
297      GeneratorField.ApplyOnEvent = gaeOnNewRecord
298      IndexFieldNames = 'DEPT_NO'
299      MasterFields = 'DEPT_NO'
300      MasterSource = DataSource2
301 +    MasterDetailDelay = 300
302      TableName = 'EMPLOYEE'
303      left = 576
304      top = 24

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines