Previous Topic

Next Topic

AddLine

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.")

See Also

Form Designer Memo Methods

Book Contents

Book Index