summaryrefslogtreecommitdiff
path: root/uidesigner/vfdwidgets.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2014-12-15 14:58:10 +0000
committerGraeme Geldenhuys <graemeg@gmail.com>2014-12-15 14:58:10 +0000
commit22143784bbefb5def91dc0433e8ade4561849a54 (patch)
tree17dc70513f392b80a9247d20956de5dca61f9b88 /uidesigner/vfdwidgets.pas
parentf86e17b35b68f9390bcd4d65b9607c8306c28fd0 (diff)
downloadfpGUI-22143784bbefb5def91dc0433e8ade4561849a54.tar.xz
uidesigner: IconName is now available in the Object Inspector
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 7362b8d2..f0a9d62e 100644
--- a/uidesigner/vfdwidgets.pas
+++ b/uidesigner/vfdwidgets.pas
@@ -351,6 +351,7 @@ begin
wc := TVFDWidgetClass.Create(TfpgForm);
wc.NameBase := 'frm';
wc.AddProperty('WindowTitle', TPropertyString, '');
+ wc.AddProperty('IconName', TPropertyString, 'Image name to change window icon');
wc.AddProperty('Hint', TPropertyString, 'Tooltip hint');
wc.AddProperty('ShowHint', TPropertyBoolean, '');
wc.AddProperty('Sizeable', TPropertyBoolean, 'Can the form be resized at runtime');