Create a property node. Set the Text.Selection >> Selection End property to a value larger than the longest string which will ever be entered. (I used the maximum value for a U32 = 4294967295). The Selection Start property defaults to zero, so these values will select the entire contents of the control when focus comes to the control. Anything typed will replace the contents.
Lynn