Please enable JavaScript to view this site.

A-Shell Reference

A set of flags that can be individually set to enable the corresponding options. See Txc.flagmask. Note that all of the possible bits correspond to some feature (we only documented those that seemed even remotely interesting); on the other hand, even those that are documented are not necessarily fully implemented in XTEXT.

By default, several of the flags represented by the various TXC.FLAGS? words are internally set, so care should be taken to not change the values of existing flags you do not understand. (Set TXC.FLAGMASK to 0 to turn on individual flags, or by set the bit(s) in the high byte of TXC.FLAGMASK to 1 to turn off individual flags.)

Value

Description

&h00000002

Show ruler measurements in metric units

&h00000004

Set the page orientation to that of the default printer. (Applies only when either the TXF_PRINTVIEW or TXF_PAGEVIEW bits are set in flags.)

&h00000020

Disable the internal accelerator table. Also see TXc.fmapctl and txc.fmapapp.

&h00000080

Show caret even in read-only mode

&h00008000

Automatic vertical scroll bar

&h00100000

Disable use of printer

&h00200000

Disable drag/drop for text

&h00400000

Disable OLE editing

&h02000000

Show the page break lines even in read-only mode. (See Page Breaks.)

&h80000000

Swap decimal and comma in dialog boxes

Definition file: ashinc:xtext.def