RobYost Posted June 14, 2017 Posted June 14, 2017 Is it possible to hide the x (delete text) button in a TUnimEdit control? Quote
Sherzod Posted June 15, 2017 Posted June 15, 2017 Hi, Try this: UnimEdit -> ClientEvents -> UniEvents -> function beforeInit: function beforeInit(sender, config) { config.clearIcon=false; } Best regards, 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.