You've already forked lazarus-ccr
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user