Please enable JavaScript to view this site.

A-Shell Reference

xcall XTREE, Srow, Scol, Answer, Array, Itemcount, Coldef, Exitcode {Erow, Ecol, XTREE Flags, File, Mmoclr {,XTRCTL, Filidx, Xinfo}}

XTREE is a full-fledged implementation of a Windows "tree" control, supporting multiple columns and multiple levels of rows. The name "tree" comes from the ability to create a branching hierarchy of items, which at each level can be collapsed and expanded. Windows Explorer, for example, is essentially a tree control.

For examples of the results produced by XTREE, and to get an idea of how XTREE has been used by various developers and for different purposes, see the online MicroSabio gallery of XTREE images.

Note that many of XTREE's functions and capabilities are available in a text-oriented version called PCKLST. For information on the differences between PCKLST and XTREE, and how PCKLST/XTREE handles text versus GUI issues, see the note here.

Subtopics

XTREE Inputs and Outputs

XTREE Parameters

XTREE Techniques

XTREE Sample Programs