I am using:

Edit1->Text="A";
//some codes
Edit2->Text="B";
//some codes and so on.....

The Text in the edit box changed from A to B to ....., what I really wanted was for the text to stay there ie
A then AB, ABC...... ABCDEFGH......

How can I do that?