RE: Selecting Text
- Posted by Brian Broker <bkb at cnw.com> Aug 22, 2002
- 435 views
*Should* be the same function as what you'd use for a RichEdit control: setIndex( TheEditText, {0, -1} ) If this is not the case then I'd call it a bug... -- Brian Virtual B wrote: > Hi all, > > Does anyone know if there is a way to select text in and EditText? I > know it can be done in a RichEdit, but I can't seem to find a way to do > it in an EditText. What I'm trying to do is select the text in the > EditText when the user tabs to it, so that the new info can be typed in > without having to delete the existing text. > > Thanks, > > Virtual B