I have a TEditBox that I have set to a specific length. If I click in the box at the position I want to insert a charter at, I have to delete the following character before I can insert a new one to replace it. How would I go about highlighting one character after the position I select in a TEditBox, then replace that character with whatever key I pressed?