*BeginTextEditor()

Indicates the beginning of a text editor block in a window block.

Syntax

*BeginTextEditor()

Application

TextView

Context

*BeginPage()

Report Definitions

Example

*BeginTextEditor()
    *Filename("mview.mvw")
    *TextColor(3)
    *BackgroundColor(5)
*EndTextEditor()

Comments

The *BeginTextEditor() statement requires a closing *EndTextEditor() statement.