ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/dbInfo/Unit1.lfm
Revision: 380
Committed: Mon Jan 10 10:13:17 2022 UTC (2 years, 3 months ago) by tony
File size: 1954 byte(s)
Log Message:
propset for eol-style

File Contents

# Content
1 object Form1: TForm1
2 Left = 839
3 Height = 339
4 Top = 239
5 Width = 487
6 Caption = 'Database Information'
7 ClientHeight = 339
8 ClientWidth = 487
9 DefaultMonitor = dmPrimary
10 OnShow = FormShow
11 Position = poScreenCenter
12 LCLVersion = '2.0.11.0'
13 object Memo1: TMemo
14 Left = 12
15 Height = 302
16 Top = 18
17 Width = 461
18 Anchors = [akTop, akLeft, akRight, akBottom]
19 Lines.Strings = (
20 'Memo1'
21 )
22 ReadOnly = True
23 ScrollBars = ssAutoVertical
24 TabOrder = 0
25 end
26 object IBDatabase1: TIBDatabase
27 Connected = False
28 AfterConnect = IBDatabase1AfterConnect
29 CreateIfNotExists = False
30 AllowStreamedConnected = False
31 DatabaseName = 'localhost:employee'
32 Params.Strings = (
33 'lc_ctype=UTF8'
34 'user_name=SYSDBA'
35 )
36 ConfigOverrides.Strings = (
37 'WireCompression=true'
38 )
39 IdleTimer = 0
40 SQLDialect = 1
41 TraceFlags = []
42 UseDefaultSystemCodePage = False
43 Left = 224
44 Top = 56
45 end
46 object IBDatabaseInfo1: TIBDatabaseInfo
47 Database = IBDatabase1
48 Left = 328
49 Top = 56
50 end
51 object TableNameLookup: TIBQuery
52 AllowAutoActivateTransaction = False
53 Database = IBDatabase1
54 Transaction = IBTransaction1
55 BufferChunks = 1000
56 CachedUpdates = False
57 CaseSensitiveParameterNames = False
58 EnableStatistics = False
59 GenerateParamNames = False
60 GeneratorField.ApplyOnEvent = gaeOnNewRecord
61 MasterDetailDelay = 0
62 SQL.Strings = (
63 'SELECT r.RDB$RELATION_ID,'
64 ' trim(r.RDB$RELATION_NAME) as RDB$RELATION_NAME'
65 'FROM RDB$RELATIONS r'
66 )
67 Params = <>
68 SQLFiltered = False
69 DataSetCloseAction = dcDiscardChanges
70 TZTextOption = tzOffset
71 DefaultTZDate = 43831
72 Left = 336
73 Top = 128
74 end
75 object IBTransaction1: TIBTransaction
76 Active = False
77 DefaultDatabase = IBDatabase1
78 Params.Strings = (
79 'read'
80 'consistency'
81 )
82 Left = 328
83 Top = 212
84 end
85 end

Properties

Name Value
svn:eol-style native