Hi all
I wanna know how to set input from left to right like the default behavior in an ordery textbox.
thanks in advance
The characters are laid out from left to right in UltraMaskedEdit by default; in fact, it does not support RightToLeft so as far as I know there is no way to get them to lay out differently. It is possible I am misunderstanding the use of the word "input" in this context so if possible, please attach a simple sample demonstrating the problem and we will try to help.
Thanks for the reply,
I droped UltraMaskedEdit on a form. I set its InputMask to be nnn to allow only three integer inputs. At run time the insertion goes from right to left. I want it to be from left to right rather. This behavior comes whenever i changed the InputMask to a certain value other than the default.
thanks