JVCL Help:TJvDBTreeNode

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvDBTreeNode
run\JvDBTreeView.pas


Summary

Represents nodes added to the TJvDBTreeView data-aware tree view control.

run\JvDBTreeView.pas


Pascal

 run\JvDBTreeView.pas
 TJvDBTreeNode = class(TTreeNode);


Description

TJvDBTreeNode is a TTreeNode descendant that represents nodes added to the TJvDBTreeView data-aware tree view control. TJvDBTreeNode introduces properties and methods need to create and maintain the node.
TJvDBTreeNode is the data type created when creating nodes in TJvDBTreeView using its' CreateNode method and maintained in its' Items property.

run\JvDBTreeView.pas


About

Navigation

run\JvDBTreeView.pas



Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page