CLASS jsTreeView of TreeView
A subclass of the stock TreeView dBL control class which can be used in a Form,
SubForm, Container, or NoteBook. The jsTreeView class enhances the stock dBL
TreeView with:
- Capability to display images contained in image lists in TreeItems.
- The line color can be changed in the TreeView.
- In-place TreeItem editing can be controlled from dBL code.
Syntax
[<oRef> =] new jsTreeView(<oParent> [,<cName>])
<oRef>
Object reference (typically a property member of <oParent>) which
points to the newly created jsTreeView object.
<oParent>
Object reference to the parent container object. This can be a Form,
SubForm, Container, or NoteBook object.
<cName>
Optional name for the jsTreeView object. If cName is not specified, a
default name will be assigned.
Class Members
The jsTreeView class is subclassed from the stock dBL TreeView
class. Consult the existing documentation for the TreeView class for a
description of the standard TreeView class members (properties, events,
and methods).
Click the links in the left frame to view the Property
Members, and Method Members which are unique to the
jsTreeView class.