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 62 by tony, Wed Apr 12 09:19:59 2017 UTC vs.
Revision 82 by tony, Mon Jan 1 11:31:13 2018 UTC

# Line 1 | Line 1
1   object Form1: TForm1
2 <  Left = 363
2 >  Left = 389
3    Height = 339
4 <  Top = 171
4 >  Top = 220
5    Width = 487
6    Caption = 'Database Information'
7    ClientHeight = 339
8    ClientWidth = 487
9 +  DefaultMonitor = dmPrimary
10    OnShow = FormShow
11 <  LCLVersion = '1.6.4.0'
11 >  Position = poScreenCenter
12 >  LCLVersion = '1.8.1.0'
13    object Memo1: TMemo
14      Left = 12
15      Height = 302
# Line 42 | Line 44 | object Form1: TForm1
44      left = 328
45      top = 56
46    end
47 +  object TableNameLookup: TIBQuery
48 +    AllowAutoActivateTransaction = False
49 +    Database = IBDatabase1
50 +    Transaction = IBTransaction1
51 +    BufferChunks = 1000
52 +    CachedUpdates = False
53 +    GenerateParamNames = False
54 +    GeneratorField.ApplyOnEvent = gaeOnNewRecord
55 +    SQL.Strings = (
56 +      'SELECT r.RDB$RELATION_ID,'
57 +      '    trim(r.RDB$RELATION_NAME) as RDB$RELATION_NAME'
58 +      'FROM RDB$RELATIONS r'
59 +    )
60 +    Params = <>
61 +    DataSetCloseAction = dcDiscardChanges
62 +    left = 336
63 +    top = 128
64 +  end
65 +  object IBTransaction1: TIBTransaction
66 +    Active = False
67 +    DefaultDatabase = IBDatabase1
68 +    Params.Strings = (
69 +      'read'
70 +      'consistency'
71 +    )
72 +    left = 328
73 +    top = 212
74 +  end
75   end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines