7 |
|
Caption = 'Select SQL Results' |
8 |
|
ClientHeight = 436 |
9 |
|
ClientWidth = 693 |
10 |
+ |
DefaultMonitor = dmPrimary |
11 |
|
OnClose = FormClose |
12 |
|
OnShow = FormShow |
13 |
< |
Position = poDefaultPosOnly |
14 |
< |
LCLVersion = '1.4.4.0' |
13 |
> |
Position = poDefault |
14 |
> |
LCLVersion = '1.8.0.4' |
15 |
|
object IBDynamicGrid1: TIBDynamicGrid |
16 |
|
Left = 0 |
17 |
|
Height = 436 |
30 |
|
DefaultPositionAtEnd = False |
31 |
|
end |
32 |
|
object SelectQuery: TIBQuery |
33 |
+ |
AllowAutoActivateTransaction = True |
34 |
|
Database = Form1.IBDatabase1 |
35 |
|
Transaction = IBTransaction1 |
36 |
|
BufferChunks = 1000 |