JVCL Help:TJvDBTreeView
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDBTreeView Class
[+] JvDBTreeView.pas Classes
[+] TJvDBTreeView Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvCustomDBTreeView
TJvDBTreeView
TJvPopupTree
run\JvDBTreeView.pas
Summary
Implements a data-aware tree view control.
Pascal
run\JvDBTreeView.pas
TJvDBTreeView = class(TJvCustomDBTreeView);
Description
- JVCLInfo
TJvDBTreeView is a TJvCustomDBTreeView descendant that implements a data-aware tree view control. TJvDBTreeView introduces no new functionality, but publishes properties found in TJvCustomDBTreeView.
Fields description:
MasterField: is equivalent to the absoluteIndex of the treeView, a unique ID for each treeNode or record in the table. DetailField: is the hierachical link to the parent item, a foreing key to the master filed in a self relation table ItemField: is the field that contain the display name or the caption of a treeNode. ImageField: is a integer field that point to a image index on a TImageList object that contains the icons for the treeView. startMasterValue: is the begining level to start build the TreeView, 0 or nil, start from the root itens, 1 start from the second level, and so on.
About
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