Recent

Author Topic: What is TMemo.EchoMode?  (Read 2337 times)

aguila3000

  • New Member
  • *
  • Posts: 12
What is TMemo.EchoMode?
« on: March 26, 2017, 05:21:00 pm »
Hello.

I have a question about TMEmo.

What is TMemo.EchoMode?
What is it for?

Thanks

howardpc

  • Hero Member
  • *****
  • Posts: 4144
Re: What is TMemo.EchoMode?
« Reply #1 on: March 26, 2017, 06:11:39 pm »
EchoMode controls the display of text in the widget.

If set to emNormal, then characters typed are shown normally (well whitespace characters are not 'seen' unless there are non-whitespace characters bounding them).
If set to emNone then characters typed are not shown in the control (though they are added to the Text property), even if Visible is True. This is probably the least useful EchoMode, but it has its place.
If set to emPassword, then for each character typed a mask character (widgetset-dependent, often *) is shown rather than the character typed, though, again, the Text property contains the string of typed characters, not the masking string.

aguila3000

  • New Member
  • *
  • Posts: 12
Re: What is TMemo.EchoMode?
« Reply #2 on: March 27, 2017, 12:52:47 am »
 :D
Thanks.

 

TinyPortal © 2005-2018