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

Comparing ibx/trunk/examples/dbInfo/Unit1.lfm (file contents):
Revision 262 by tony, Fri Feb 23 12:11:21 2018 UTC vs.
Revision 263 by tony, Thu Dec 6 15:55:01 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 = '2.0.0.2'
13    object Memo1: TMemo
14      Left = 12
15      Height = 302
# Line 51 | Line 51 | object Form1: TForm1
51      Transaction = IBTransaction1
52      BufferChunks = 1000
53      CachedUpdates = False
54 +    EnableStatistics = False
55      GenerateParamNames = False
56      GeneratorField.ApplyOnEvent = gaeOnNewRecord
57 +    MasterDetailDelay = 0
58      SQL.Strings = (
59        'SELECT r.RDB$RELATION_ID,'
60        '    trim(r.RDB$RELATION_NAME) as RDB$RELATION_NAME'

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines