jvcl: Add TJvCalcEdit and TJvDBCalcEdit (issue #34013, patch by Michal Gawrycki)

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6562 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-07-21 14:34:52 +00:00
parent 8d26e4cf10
commit fd92bc4f37
19 changed files with 1657 additions and 48 deletions

View File

@@ -16,7 +16,7 @@ implementation
uses
Classes, JvDsgnConsts, //JvDBSearchCombobox,
JvDBSearchEdit, JvDBTreeView, JvDBHTLabel;
JvDBSearchEdit, JvDBTreeView, JvDBControls, JvDBHTLabel;
procedure Register;
const
@@ -38,10 +38,11 @@ const
begin
RegisterComponents(RsPaletteJvclDB, [ // was: TsPaletteDBVisual
TJvDBCalcEdit,
TJvDBSearchEdit,
// TJvDBSearchCombobox,
TJvDBTreeView,
TJvDBHtLabel
TJvDBHTLabel
]);
RegisterPropertyEditor(TypeInfo(string), TJvDBTreeView, cItemField, TFieldProperty); //TJvDataFieldProperty);

View File

@@ -1,3 +1,4 @@
tjvdbcalcedit.bmp
tjvdbhtlabel.bmp
tjvdbsearchcombobox.bmp
tjvdbsearchedit.bmp

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB