Indicates the beginning of a text editor block in a window block.
*BeginTextEditor()Indicates the beginning of a text editor block in a window block. |
|||||
*BeginTextEditor()Indicates the beginning of a text editor block in a window block. |
Syntax |
*BeginTextEditor() |
Example |
*BeginTextEditor() *Filename("mview.mvw") *TextColor(3) *BackgroundColor(5) *EndTextEditor() |
Application |
TextView. |
Context |
|
Comments |
The *BeginTextEditor() statement requires a closing *EndTextEditor() statement. |
See also |
|