JVCLLaz: Add TJvDBLookupList and TJvDBLookupCombo. Issue #34322, patch by Michal Gawrycki.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6851 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2019-04-22 09:50:00 +00:00
parent 6b58ffe795
commit ace2f64cb8
10 changed files with 5586 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ implementation
uses
Classes, JvDsgnConsts, //JvDBSearchCombobox,
JvDBSearchEdit, JvDBTreeView, JvDBControls, JvDBHTLabel;
JvDBSearchEdit, JvDBTreeView, JvDBControls, JvDBHTLabel, JvDBLookup;
procedure Register;
const
@@ -42,7 +42,8 @@ begin
TJvDBSearchEdit,
// TJvDBSearchCombobox,
TJvDBTreeView,
TJvDBHTLabel
TJvDBHTLabel,
TJvDBLookupList, TJvDBLookupCombo
]);
RegisterPropertyEditor(TypeInfo(string), TJvDBTreeView, cItemField, TFieldProperty); //TJvDataFieldProperty);