RichText.ScrollLines

RichText.ScrollLines ( 

string ObjectName,

number Lines )

Example 1

RichText.ScrollLines("RichText1", 10);

Scrolls the "RichText1" richtext object down 10 lines.

Example 2

RichText.ScrollLines("RichText1", -10);

Scrolls the "RichText1" richtext object up 10 lines.

See also:  Related Actions