Updated July 2018; see History
This parameter is a continuation of the flags parameter, providing additional bits for additional options. Note that both flags and flags2 are passed to the subroutine as a single structure containing both sets of flags. See XTREE Flags for details on how this must be mapped. Also see XTR.MISCFLAGS for additional flags and more information.
Symbol |
Value |
Description |
---|---|---|
XTF2_HOME_CTRL |
&h00000001 |
Exit on <Home or End> without Ctrl+. See XTF2_HOME_CTRL and _END_CTRL. |
XTF2_END_CTRL |
&h00000002 |
|
&h00000003 |
Combo of above for editing and navigation. |
|
XTF2_PORTRAIT |
&h00000004 |
Portrait or landscape printing. |
XTF2_LANDSCAPE |
&h00000008 |
|
&h00000010 |
Auto expand columns. |
|
&h00000020 |
Support for CSV format. |
|
XTF2_PGUPDN |
&h00000040 |
Enable Page-Up / Page-Down (exitcodes 4, 6). |
XTF2_DOWN |
&h00000080 |
Enable Ctrl+Down on last row (exitcode -43). See "Locating and Selecting Items ... Use the Up/Down-arrow keys " in Mouse and Keyboard. |
|
Eliminates return of any response information for a particular XTREE call. |
|
XTF2_CLRDEFER |
&h00000100 |
Tells XTREE to ignore any previous inactive click and to clear any secondary events associated with it. See discussion of Clicks on Inactive XTREEs. Also tells XTREE to discard any unprocessed keyboard characters at the start of the start of the XCALL operation (so that the session starts out waiting for new keyboard and mouse events, rather than processing ones that occurred prior to the subroutine). |
&h00000800 |
Property sheet (aka "vertical") mode. |
|
&h00001000 |
Used to indicate that the layout of the answer array is the same as that of the data array. |
|
&h00002000 |
Drag/drop between trees. |
|
&h00008000 |
Causes PCKLST to save the screen area. |
|
&h00010000 |
Causes the tree control to be created as a popup rather than as a child control. |
|
XTF2_ENTERNAVDOWN |
&h00020000 |
Alters the default cell editing navigation response to the Enter key, provided there is no EnterGoto option defined for the current column. When specified, instead of acting like Tab and moving to the next editable cell to the right, Enter acts like Down-arrow, except that from the last row it wraps back up to the top. |
XTF2_PIXCOORDS |
&h00040000 |
Causes the coordinates units to be treated as pixels. Equivalent to MBF2_PIXCOORDS in AUI_CONTROL. |
&h00080000 |
Specify "item icons." |
|
XTF2_CTRLC_COPY |
&h00100000 |
Enables use of Ctrl+C to copy selected item(s) to clipboard. See Copy to Clipboard. |
&h00200000 |
Provides support for UTF8. |
|
&h00400000 |
Adds extra space to each row to fill out the allotted vertical area of the tree. |
|
XTF2_AUTOFILTER |
&h00800000 |
Enables Auto-Filtering. |
&h01000000 |
Enables file drag-drop from Explorer. |
|
&h02000000 |
Enables disabling of AutoFilter. |
History
2018 July, A-Shell 6.5.1640: Added XTF2_AUTOFILTER.