Hello,
I have one C1TextBox with EditMask "99,99", the box first has at runtime "__.__" into it for entering the user a string replacing the underline characters
When the user enters 1234 for example the textbox has "12.34" (The user can not replace the dot character)
How can I set the Text at rutime according the editMask? For example if I set 1234 then the TextBox shows "1234_" , replacing the dot character
I want the text of the C1TextBox showing "12.34"
Thanks