ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/ibtable/ibtablestest.lpi
Revision: 68
Committed: Tue Oct 17 10:07:58 2017 UTC (6 years, 5 months ago) by tony
File size: 2054 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

# Content
1 <?xml version="1.0" encoding="UTF-8"?>
2 <CONFIG>
3 <ProjectOptions>
4 <Version Value="10"/>
5 <General>
6 <SessionStorage Value="InProjectDir"/>
7 <MainUnit Value="0"/>
8 <Title Value="ibtablestest"/>
9 <ResourceType Value="res"/>
10 <UseXPManifest Value="True"/>
11 <Icon Value="0"/>
12 </General>
13 <i18n>
14 <EnableI18N LFM="False"/>
15 </i18n>
16 <BuildModes Count="1">
17 <Item1 Name="Default" Default="True"/>
18 </BuildModes>
19 <PublishOptions>
20 <Version Value="2"/>
21 </PublishOptions>
22 <RunParams>
23 <local>
24 <FormatVersion Value="1"/>
25 </local>
26 </RunParams>
27 <RequiredPackages Count="4">
28 <Item1>
29 <PackageName Value="ibcontrols"/>
30 </Item1>
31 <Item2>
32 <PackageName Value="FCL"/>
33 </Item2>
34 <Item3>
35 <PackageName Value="ibexpress"/>
36 </Item3>
37 <Item4>
38 <PackageName Value="LCL"/>
39 </Item4>
40 </RequiredPackages>
41 <Units Count="2">
42 <Unit0>
43 <Filename Value="ibtablestest.lpr"/>
44 <IsPartOfProject Value="True"/>
45 </Unit0>
46 <Unit1>
47 <Filename Value="Unit1.pas"/>
48 <IsPartOfProject Value="True"/>
49 <ComponentName Value="Form1"/>
50 <HasResources Value="True"/>
51 <ResourceBaseClass Value="Form"/>
52 </Unit1>
53 </Units>
54 </ProjectOptions>
55 <CompilerOptions>
56 <Version Value="11"/>
57 <Target>
58 <Filename Value="ibtablestest"/>
59 </Target>
60 <SearchPaths>
61 <IncludeFiles Value="$(ProjOutDir)"/>
62 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
63 </SearchPaths>
64 <Linking>
65 <Options>
66 <Win32>
67 <GraphicApplication Value="True"/>
68 </Win32>
69 </Options>
70 </Linking>
71 </CompilerOptions>
72 <Debugging>
73 <Exceptions Count="3">
74 <Item1>
75 <Name Value="EAbort"/>
76 </Item1>
77 <Item2>
78 <Name Value="ECodetoolError"/>
79 </Item2>
80 <Item3>
81 <Name Value="EFOpenError"/>
82 </Item3>
83 </Exceptions>
84 </Debugging>
85 </CONFIG>