More flags similar to those in TXC.FLAGS1.
Value |
Description |
---|---|
&h00000080 |
Show section page number on status bar |
&h00000100 |
Do not change cursor shape as mouse moves over edit window |
&h00000200 |
Scroll the text window while dragging the vertical scroll bar (smooth scroll) |
&h00000400 |
Do not auto-repaginate while editing text |
&h00000800 |
Do not save the original as a backup before saving text to file |
&h00002000 |
Hide soft page break lines when in TXF_PAGEMODE |
&h00004000 |
Protect the formatting of protected text |
&h00008000 |
Do not write hidden text to RTF file |
&h00010000 |
Do not apply shading to field text (e.g. dates, page numbers) |
&h00100000 |
Always fully repaint text box |
&h02000000 |
Do not show cancel print dialog when printing |
&h10000000 |
Do not adjust cursor when placing it over protected or hidden text |
&h20000000 |
When cursor is not allowed within protected text, move it to start of protected text rather than after it. (See next flag.) |
&h40000000 |
Do not allow the cursor in the middle of protected text. |