summaryrefslogtreecommitdiff
path: root/uidesigner/vfdwidgets.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2011-01-13 10:42:23 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2011-01-13 10:42:23 +0200
commit917633582381edc43c9865d0ae231a13a481767d (patch)
treea15a8abdae3bb6cc6dd84dd94fef39b2455b9d81 /uidesigner/vfdwidgets.pas
parentc7a7fbd8a43b28aff454b68865a4924b02b3bd44 (diff)
downloadfpGUI-917633582381edc43c9865d0ae231a13a481767d.tar.xz
uidesigner: added designtime support for BackgroundColor property in treeview.
Diffstat (limited to 'uidesigner/vfdwidgets.pas')
-rw-r--r--uidesigner/vfdwidgets.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/uidesigner/vfdwidgets.pas b/uidesigner/vfdwidgets.pas
index c8640a80..ad59b900 100644
--- a/uidesigner/vfdwidgets.pas
+++ b/uidesigner/vfdwidgets.pas
@@ -696,6 +696,7 @@ begin
wc := TVFDWidgetClass.Create(TfpgTreeView);
wc.NameBase := 'TreeView';
wc.AddProperty('Align', TPropertyEnum, 'Component alignment');
+ wc.AddProperty('BackgroundColor', TPropertyColor, '');
wc.AddProperty('DefaultColumnWidth',TPropertyInteger, '');
wc.AddProperty('Enabled', TPropertyBoolean, '');
wc.AddProperty('FontDesc',TPropertyFontDesc, '');