New SetProperty()
Posted: Wed Dec 31, 2014 1:11 pm
Dear Claudio,
I would like to have a PASSWORD property for TextBox (Edit Control Styles).
Is this possible ? I've read this:
https://www.daniweb.com/web-development ... to-textbox
https://computer-programming-forum.com/8 ... 001e4b.htm
Probably the right way to do it is to modify SetPasswordChar.
This new property, it will help to switch making password visible. Very common actually.
AT MiniGUI Extended, there is a function called _DefinePropertyItem which affects GRID properties and this PASSWORD is included. Interesting to have it at Grid too.
I would like to have a PASSWORD property for TextBox (Edit Control Styles).
Is this possible ? I've read this:
https://www.daniweb.com/web-development ... to-textbox
https://computer-programming-forum.com/8 ... 001e4b.htm
Probably the right way to do it is to modify SetPasswordChar.
This new property, it will help to switch making password visible. Very common actually.
AT MiniGUI Extended, there is a function called _DefinePropertyItem which affects GRID properties and this PASSWORD is included. Interesting to have it at Grid too.