md9projetos Posted August 4, 2016 Posted August 4, 2016 Hi, I would like to change the text of a UniLabel with the text of a recent changed UniEdit,but there is not an OnExit ,or an afterchange event. Thanks, Marcello Quote
Sherzod Posted August 4, 2016 Posted August 4, 2016 Hi, "Delphi" events: onExit, onChange events "ExtEvents" events: function blur(sender, e, eOpts) { } function change(sender, newValue, oldValue, eOpts) { } Best regards. Quote
md9projetos Posted August 4, 2016 Author Posted August 4, 2016 Thank you. I´m also getting used to JavaScript itself. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.