ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/isqlmonitor/MonitorFormUnit.lfm
Revision: 68
Committed: Tue Oct 17 10:07:58 2017 UTC (6 years, 6 months ago) by tony
File size: 631 byte(s)
Log Message:
IBX: Editor Positioning tidy up
FBINTF: Trap uninitialised SQL parameters on SQL Exec. Avoids Unknown SQL Type errors.
Consistent setting of Modified (SQLParam).

File Contents

# User Rev Content
1 tony 31 object MonitorForm: TMonitorForm
2     Left = 716
3     Height = 440
4     Top = 321
5     Width = 541
6     Caption = 'SQL Monitor'
7     ClientHeight = 440
8     ClientWidth = 541
9     OnShow = FormShow
10 tony 68 Position = poDefault
11     LCLVersion = '1.8.0.4'
12 tony 31 object Memo1: TMemo
13     Left = 13
14     Height = 408
15     Top = 19
16     Width = 515
17     Anchors = [akTop, akLeft, akRight, akBottom]
18     ScrollBars = ssAutoVertical
19     TabOrder = 0
20     end
21     object IBSQLMonitor1: TIBSQLMonitor
22     OnSQL = IBSQLMonitor1SQL
23     TraceFlags = [tfQPrepare, tfQExecute, tfQFetch, tfError, tfStmt, tfConnect, tfTransact, tfBlob, tfService, tfMisc]
24     left = 34
25     top = 37
26     end
27     end