# | Line 10 | Line 10 | object SelectSQLResults: TSelectSQLResul | |
---|---|---|
10 | OnClose = FormClose | |
11 | OnShow = FormShow | |
12 | Position = poDefaultPosOnly | |
13 | < | LCLVersion = '1.4.4.0' |
13 | > | LCLVersion = '1.6.0.4' |
14 | object IBDynamicGrid1: TIBDynamicGrid | |
15 | Left = 0 | |
16 | Height = 436 | |
# | Line 29 | Line 29 | object SelectSQLResults: TSelectSQLResul | |
29 | DefaultPositionAtEnd = False | |
30 | end | |
31 | object SelectQuery: TIBQuery | |
32 | + | AllowAutoActivateTransaction = True |
33 | Database = Form1.IBDatabase1 | |
34 | Transaction = IBTransaction1 | |
35 | BufferChunks = 1000 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |