Previous Topic

Next Topic

Form Designer Memo Methods

Navigator > Setup > Form Designer > Code tab

Components each have different methods available to them. Methods available are listed under Objects > [Component Type] > [Component Name] > Methods.

See also Form Designer Component Methods for methods available to all component types.

The following methods are available to Memo Components:

Component

Method

Description

Memo

Clear

Clears the list or memo text.

Memo

AddLine

Add a line to the memo.

Memo

GetLine

Returns the text on a line number.

Memo

ScrollTo

Scroll to a particular line number.

Memo

SetLine

Set a line in the memo.

Memo

SpellCheck

Activates the Spell Checker for the memo.

In This Section

Clear - Memory Table Builder Method

AddLine

GetLine

ScrollTo

SetLine

SpellCheck

See Also

Form Designer Code tab

Book Contents

Book Index