Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
296
UltraWinMaskedEdit - How to get cursor position to start of object upon focus?
posted

I'm using a UltraWinMaskedEdit v8.2. 

I've got the inputmask set to '99999999999999'

When click this object in run time (and there is no data in the object), the cursor can appear anywhere in the object (middle, end, etc.).

 How do I set this up to where the cursor is always at the beginning of the object when the maskeditbox receives focus when there is no info in it yet, or having the cursor at the end of actual data? (essentially behaving like  a text box).