JVCL Help:TJvCheckTreeView

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvTreeView
TJvCheckTreeView
run\JvCheckTreeView.pas


Summary

A tree view control that can display checkboxes and radio buttons.

run\JvCheckTreeView.pas


Pascal

 run\JvCheckTreeView.pas
 TJvCheckTreeView = class(TJvTreeView);


Description

  1. 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.

run\JvCheckTreeView.pas


About

Navigation

run\JvCheckTreeView.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