JVCL Help:TJvCheckTreeView
JVCL Help: TJvCheckTreeView Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvTreeView
TJvCheckTreeView
run\JvCheckTreeView.pas
Summary
A tree view control that can display checkboxes and radio buttons.
Pascal
run\JvCheckTreeView.pas
TJvCheckTreeView = class(TJvTreeView);
Description
- JVCLInfo
Use TJvCheckTreeView when you need to display checkboxes and/or radio buttons in a tree view. TJvCheckTreeView can display and automatically handle the check/uncheck logic for radio buttons as well as checkboxes. In addition, not all nodes in the tree view need to have checkboxes or radio buttons. You can freely mix and match checkboxes, radio buttons and "empty" items on every level in the tree view. You can use your own checkbox images by assigning an imagelist to the StateImages property containing the images you want to use.
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