jvcllaz: Add JvDBSearchEdit (incl demo)

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6247 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-03-15 21:27:45 +00:00
parent 7386207e69
commit a123ccb4f7
14 changed files with 668 additions and 9 deletions

View File

@ -24,16 +24,19 @@
<UnitName Value="JvDBReg"/>
</Item1>
</Files>
<RequiredPkgs Count="3">
<RequiredPkgs Count="4">
<Item1>
<PackageName Value="JvCoreLazD"/>
<PackageName Value="IDEIntf"/>
</Item1>
<Item2>
<PackageName Value="JvDBLazR"/>
<PackageName Value="JvCoreLazD"/>
</Item2>
<Item3>
<PackageName Value="FCL"/>
<PackageName Value="JvDBLazR"/>
</Item3>
<Item4>
<PackageName Value="FCL"/>
</Item4>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>

View File

@ -16,11 +16,19 @@
- Hypertext components "/>
<License Value="The JVCL is released in accordance with the MPL 1.1 license. To get your own copy or read it, go to http://www.mozilla.org/MPL/MPL-1.1.html. "/>
<Version Major="1" Release="4"/>
<Files Count="1">
<Files Count="3">
<Item1>
<Filename Value="..\run\JvDB\JvDBHTLabel.pas"/>
<UnitName Value="JvDBHTLabel"/>
</Item1>
<Item2>
<Filename Value="..\run\JvDB\JvDBTreeView.pas"/>
<UnitName Value="JvDBTreeView"/>
</Item2>
<Item3>
<Filename Value="..\run\JvDB\JvDBSearchEdit.pas"/>
<UnitName Value="JvDBSearchEdit"/>
</Item3>
</Files>
<RequiredPkgs Count="3">
<Item1>