ITreeListNode

Description

The ITreeListNode interface contains properties and methods of the tree nodes.

Properties

  Property name Brief description
The Bold property determines whether the text of the element should be bolded.
The Checked property determines whether the selection is set for the element of the component.
The CheckState property determines state of selection of the tree element.
The ColumnText property determines text of the specified column for the current element.
The Cut property determines whether the element should be marked as cut out.
The Data property allows to confront the data of unconditioned structure to the tree element.
The Expanded property determines what hierarchy the tree node should have - expanded or collapsed.
The Focused property determines whether the element is in focus.
The Id property returns a unique numeric identifier of the element.
The ImageIndex property determines index of the image that should be placed to the left of the text of the element in the first column of the component.
The Index property returns index of the element in the list of child elements of the parent.
The IsDropTarget property indicates whether any node is passing over the current node at the moment.
The Level property returns index of the level on which this node is placed.
The NextNode property returns the next element of the tree.
The NextSelectedNode property returns the next selected element of the tree.
The NextSiblingNode property returns next neighboring node that is placed on the same level with this node.
The OverlayIndex property determines index of the covering mask.
The Parent property returns the parent elements for this element.
The PreviousNode property returns the previous element of the tree.
The PreviousSelectedNode property returns the previous selected element of the tree.
The PreviousSiblingNode property returns previous neighboring node that is placed on the same level with this node.
The Selected property determines whether the element is selected.
The SelectedIndex property determines index that connects the element with one of the images of the Images property that should display the selected elements.
The StateIndex property determines index that connects the element with one of the images of the StateImages property that should display the state of the element.
The Text property determines text of the first column for the current element.
The Visible property determines whether the element is in the component visible area.

Properties inherited from ITreeListNodeBase

  Property name Brief description
Count The Count property returns the number of child elements.
FirstChild The FirstChild property returns parameters of the first child element.
HasChildren The HasChildren property indicates whether this element has the child elements.
Item The Item property returns parameters of the specified child element.
LastChild The LastChild property returns parameters of the last child element.
TreeControl The TreeControl property returns the parent object.

Methods

  Method name Brief description
The Delete method deletes the current element with all child elements of the tree.
The EditText method returns the value that determines possibility of activation of the edit mode.
The EndEdit method allows to escape from the edit mode  of the text of the tree elements.
The IsChild method allows to determine whether the current element is the child element relative to the element that is passed as an input parameter.
The IsParent method allows to determine whether the current element is the parent element relative to the element that is passed as an input parameter.
The MakeVisible method scrolls the tree of elements so that this element should be in the visible area of the component.
The MoveTo methods moves the node to the specified position.
The SelectNode method selects the element of the tree.
The SelectSiblings method selects the elements of the level on which this element is placed.
The Sort method sorts by contents the specified column.
The SortDefault method sorts the column specified in the SortColumn property by contents.
The UnselectNode method deselects the element of the tree.
The UnselectSiblings method deselects the elements of the level on which this element is placed.

Methods inherited from ITreeListNodeBase

  Method name Brief description
AnyChildSelected The AnyChildSelected method indicates whether there are selected child elements.
Collapse The Collapse method collapses the structure of the child elements of the tree.
DeleteChildren The DeleteChildren method deletes all child elements of the current element.
Expand The Expand method expands hierarchy of the child elements tree.
SelectChildren The SelectChildren method selects the child elements.
UnselectChildren The UnselectChildren method deselects the child elements.

See also:

Forms Assembly Interfaces