Good people,
When a short procedure completes giving the focus to a Tedit box which already contains some text, the text appears SHADED or highlighted, meaning that it is selected.
Now, at this point the TEdit is ready to take characters from the keyboard.
However, the first character that is typed WIPES out the existing text, and then that first character typed appears, and it is NOT highlighted, so more characters can be typed.
So, how to pass the focus to that TBox WITHOUT the text appear selected, so that the next char typed only ADDS to the existitng text?
I suppose it'd be a command like "unselect" the Text so it is right then unselected?
Thanks!