ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/lookupcombobox/project1.lpi
Revision: 64
Committed: Thu Jun 29 11:11:22 2017 UTC (6 years, 10 months ago) by tony
File size: 2275 byte(s)
Log Message:
IBLookupComboEditBox: Avoid race condition when autocompleting text that occasionally results in autocomplete ignoring prefix text.

File Contents

# User Rev Content
1 tony 21 <?xml version="1.0" encoding="UTF-8"?>
2     <CONFIG>
3     <ProjectOptions>
4 tony 64 <Version Value="10"/>
5 tony 21 <General>
6     <SessionStorage Value="InProjectDir"/>
7     <MainUnit Value="0"/>
8     <Title Value="project1"/>
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="3">
42     <Unit0>
43     <Filename Value="project1.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     <Unit2>
54     <Filename Value="Unit2.pas"/>
55     <IsPartOfProject Value="True"/>
56     <ComponentName Value="SelectDeptDlg"/>
57     <HasResources Value="True"/>
58     <ResourceBaseClass Value="Form"/>
59     </Unit2>
60     </Units>
61     </ProjectOptions>
62     <CompilerOptions>
63     <Version Value="11"/>
64     <Target>
65     <Filename Value="project1"/>
66     </Target>
67     <SearchPaths>
68     <IncludeFiles Value="$(ProjOutDir)"/>
69     <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
70     </SearchPaths>
71     <Linking>
72     <Options>
73     <Win32>
74     <GraphicApplication Value="True"/>
75     </Win32>
76     </Options>
77     </Linking>
78     </CompilerOptions>
79     <Debugging>
80     <Exceptions Count="3">
81     <Item1>
82     <Name Value="EAbort"/>
83     </Item1>
84     <Item2>
85     <Name Value="ECodetoolError"/>
86     </Item2>
87     <Item3>
88     <Name Value="EFOpenError"/>
89     </Item3>
90     </Exceptions>
91     </Debugging>
92     </CONFIG>