"append"
Adds a text to a textEdit document.
Synopsis
void append(string text);
Parameters
| Parameter | Description |
|---|---|
| text | The text to be added |
Description
Adds a text to a textEdit document.
Assignment
textEdit
Adds a text to a textEdit document.
void append(string text);
| Parameter | Description |
|---|---|
| text | The text to be added |
Adds a text to a textEdit document.
textEdit