jvcllaz: Add new component TComboListBox.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6864 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2019-04-24 14:29:10 +00:00
parent 5187f068ad
commit 7b27af735d
12 changed files with 3370 additions and 3 deletions

View File

@ -16,14 +16,14 @@ implementation
uses
Classes, ActnList, JvDsgnConsts,
JvMovableBevel, JvRuler, JvGroupHeader, JvRollOut,
JvHtControls, {JvDBHTLabel,} JvHint, JvHTHintForm,
JvHtControls, {JvDBHTLabel,} JvHint, JvHTHintForm, JvComboListBox,
PropEdits, Controls;
procedure Register;
begin
RegisterComponents(RsPaletteJvcl, [
TJvMovableBevel, TJvMovablePanel, TJvRuler, TJvGroupHeader, TJvRollOut,
TJvHint, TJvHTLabel, TJvHTListbox, TJvHTCombobox
TJvHint, TJvHTLabel, TJvHTListbox, TJvHTCombobox, TJvComboListBox
]);
RegisterPropertyEditor(TypeInfo(TCaption), TJvHTLabel, 'Caption', TJvHintProperty);
RegisterActions(RsJVCLActionsCategory, [TJvRollOutAction], nil);