method AddLine(TextString: String)
Available for Memos. Add the text in TextString as a line in the memo.
AddLine method syntax has these named arguments:
Parameter |
Description |
|---|---|
Text String |
Required. The text to be added to the memo. |
For example:
eMemo1.AddLine("Another line of the memo.")