Link to home
Start Free TrialLog in
Avatar of LeTay
LeTay

asked on

Manipulate the Text of a TEdit component

In a TEdit field, when the user changes it, I want the Onchange Event to modify the content of the Text and place the cursor at the end of it.
Avatar of Geert G
Geert G
Flag of Belgium image

what if the user changes letters in the middle of the text ?
the event will fire for every change (that's every letter) done by the user

so when the user is typing, suddenly the code puts the cursor at the end, and the user keeps typing

rahter odd ... no ?
ASKER CERTIFIED SOLUTION
Avatar of LeTay
LeTay

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
you are the one with the power to close the question
Avatar of LeTay
LeTay

ASKER

I never did that ...
wow, really ?
just accept your own answer
closed