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

Comparing ibx/trunk/examples/ibstoredproc/Unit1.lfm (file contents):
Revision 208 by tony, Thu Mar 1 11:23:33 2018 UTC vs.
Revision 209 by tony, Wed Mar 14 12:48:51 2018 UTC

# Line 10 | Line 10 | object Form1: TForm1
10    OnCreate = FormCreate
11    OnShow = FormShow
12    Position = poDefaultSizeOnly
13 <  LCLVersion = '1.8.1.0'
13 >  LCLVersion = '1.8.3.0'
14    object Label1: TLabel
15      Left = 26
16      Height = 14
# Line 166 | Line 166 | object Form1: TForm1
166      Transaction = IBTransaction1
167      BufferChunks = 1000
168      CachedUpdates = False
169 +    EnableStatistics = False
170      GenerateParamNames = False
171      GeneratorField.ApplyOnEvent = gaeOnNewRecord
172 +    MasterDetailDelay = 0
173      SQL.Strings = (
174        'Select A.LINE_NUM, A.CONTENT From FB$OUT_TABLE A'
175      )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines