TextBox Update Event

Started by Jim Short, June 05, 2017, 06:15:44 AM

Previous topic - Next topic

Jim Short

c:/textbox#OnUpdate (NewValue /)
Can someone describe what NewValue contains after a key press. Does this event fire after each key stroke?
Thanks,
Jim
Jim Short

Jim Short

NewValue returns what was in the box before the key press. 
This is not what edit control update says:
"This event is triggered when the text in the edit control is about to change. NewValue is the new text."

Can someone relay an example of how this event is useful?

Jim
Jim Short

owenwengerd

It's a bug, Jim. I've fixed it for the next build.

Jim Short

Jim Short