diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2012-07-17 17:28:01 +0100 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2012-07-17 17:28:01 +0100 |
commit | 5aace1b2a4d7d493786c870cf699727957b08306 (patch) | |
tree | 716440898af0bc1aa69db4ba1b723620ef824ed5 | |
parent | c74f4c22b6853c75beedbdfb5fd57eee4bd85f2e (diff) | |
download | fpGUI-5aace1b2a4d7d493786c870cf699727957b08306.tar.xz |
uidesigner: Makes the TfpgEdit.PasswordMode property available in OI window.
-rw-r--r-- | uidesigner/vfdwidgets.pas | 1 |
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'); |