summaryrefslogtreecommitdiff
path: root/uidesigner/vfdwidgets.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2012-07-17 17:28:01 +0100
committerGraeme Geldenhuys <graemeg@gmail.com>2012-07-17 17:28:01 +0100
commit5aace1b2a4d7d493786c870cf699727957b08306 (patch)
tree716440898af0bc1aa69db4ba1b723620ef824ed5 /uidesigner/vfdwidgets.pas
parentc74f4c22b6853c75beedbdfb5fd57eee4bd85f2e (diff)
downloadfpGUI-5aace1b2a4d7d493786c870cf699727957b08306.tar.xz
uidesigner: Makes the TfpgEdit.PasswordMode property available in OI window.
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 fd986919..b214c774 100644
--- a/uidesigner/vfdwidgets.pas
+++ b/uidesigner/vfdwidgets.pas
@@ -385,6 +385,7 @@ begin
wc.AddProperty('Hint', TPropertyString, 'Tooltip hint');
wc.AddProperty('IgnoreMouseCursor', TPropertyBoolean, 'If True, then mouse pointer doesn''t change');
wc.AddProperty('ParentShowHint', TPropertyBoolean, '');
+ wc.AddProperty('PasswordMode', TPropertyBoolean, 'When enabled, it masks the text input');
wc.AddProperty('ShowHint', TPropertyBoolean, '');
wc.AddProperty('TabOrder', TPropertyInteger, 'The tab order');
wc.AddProperty('Text', TPropertyString, 'Initial text');