rtalmeida Posted September 21, 2017 Posted September 21, 2017 the TUniDateTimePicker component does not have the SelectAll property, how can I simulate this? Quote
Sherzod Posted September 21, 2017 Posted September 21, 2017 Hi, function beforeInit(sender, config) { config.selectOnFocus=true; } ? Quote
Sherzod Posted September 21, 2017 Posted September 21, 2017 Or UniDateTimePicker1.JSInterface.JSCall('focus', [true]); 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.