Navigation  without Java Scripts

edit_SetStatusLineCaptions/9

edit_SetStatusLineCaptions(window WinHandle, string Insert, string Overwrite, string Indent, string NoIndent, string Wrap, string UnWrap, string Modified, string ReadOnly)

Flow pattern (i,i,i,i,i,i,i,i,i)

Sets text that will be displayed as the correspondent status line captions.

Remarks

The default captions displayed in the editor status line to identify editor modes are: Overwrite, Indent, NoIndent, Wrap, UnWrap, Modified, and ReadOnly.
A programmer can customize the editor status line by specifying a new set of correspondent caption strings. If these strings should contain characters absent in the default status line font, then an appropriate font will be set with edit_SetStatusLineFont predicate. If the specified captions are too long to be properly displayed in the default positions, the predicate edit_SetStatusLineCaptionsOffsets can be used to modify correspondent positions.

Portability 

16-bit Windows, 32-bit Windows, and 32-bit OS/2 Presentation Manager.

Fail

Never fails

Errors

6900 Specified window is not an editor window