Ihave been looking it for a day but I couldnt find any answer. What are the differences between the following 2 codes. (Performance,operation etc..)
First Code
tField.appendText("<font color='#7f7f7f'>" + TahminTxt.text + "\n</font>");
tField.htmlText=tField.Text;
Second Code
tField.htmlText+="<font color='#7f7f7f'>" + TahminTxt.text + "\n</font>";