ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/ibtreeview/usingibtreeview.lpi
Revision: 68
Committed: Tue Oct 17 10:07:58 2017 UTC (6 years, 6 months ago) by tony
File size: 2190 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 21 <?xml version="1.0" encoding="UTF-8"?>
2     <CONFIG>
3     <ProjectOptions>
4 tony 68 <Version Value="10"/>
5 tony 21 <General>
6     <SessionStorage Value="InProjectDir"/>
7     <MainUnit Value="0"/>
8     <Title Value="usingibtreeview"/>
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="FCL"/>
30     </Item1>
31     <Item2>
32     <PackageName Value="ibexpress"/>
33     </Item2>
34     <Item3>
35     <PackageName Value="ibcontrols"/>
36     </Item3>
37     <Item4>
38     <PackageName Value="LCL"/>
39     </Item4>
40     </RequiredPackages>
41     <Units Count="2">
42     <Unit0>
43     <Filename Value="usingibtreeview.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="usingibtreeview"/>
59     </Target>
60     <SearchPaths>
61     <IncludeFiles Value="$(ProjOutDir)"/>
62     <OtherUnitFiles Value="../../ibcontrols"/>
63     <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
64     </SearchPaths>
65     <Linking>
66     <Options>
67     <Win32>
68     <GraphicApplication Value="True"/>
69     </Win32>
70     </Options>
71     </Linking>
72     <Other>
73     <CustomOptions Value="-dUseCThreads -dDEBUG"/>
74     </Other>
75     </CompilerOptions>
76     <Debugging>
77     <Exceptions Count="3">
78     <Item1>
79     <Name Value="EAbort"/>
80     </Item1>
81     <Item2>
82     <Name Value="ECodetoolError"/>
83     </Item2>
84     <Item3>
85     <Name Value="EFOpenError"/>
86     </Item3>
87     </Exceptions>
88     </Debugging>
89     </CONFIG>