Previous Topic

Next Topic

SetLine

method SetLine(LineNo: Number, LineText: String)

Available for Memos. Returns sets the text on the line number entered to the LineText.

SetLine method syntax has these named arguments:

Parameter

Description

Line No

Required. The line number to set the text on.

Line Text

Required. The text to enter on the Line No.

For example:

  eMemo1.SetLine(5, "Line 5 of text")

See Also

Form Designer Memo Methods

Book Contents

Book Index