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