Hi
Sorry guys, neither of your suggestions worked...
I'd like for the user to type onto the end of the pretext, but alas, when it's selected, the pretext just gets overwritten.
I've also tried:
edtMask.SelStart:= bcLengthUTF8(edtMask.Text);
edtMask.SelLength:= 0;
or
edtMask.Perform(LM_KEYDOWN,VK_END,VK_END);
edtMask.Perform(LM_KEYUP,VK_END,VK_END);
Hmmm, what's next, to try...
Regards Benny