TCnTextBoxBase.AppendText(String) Method
Appends text to the current text of a text box.
public procedure AppendText(text: String);
Parameters
- text
- Type: String
The text to append to the current contents of the text box.
You can use this method to add text to the existing text in the control instead of using the concatenation operator (+) to concatenate text to the Text property.