JVCL Help:TJvTVCascadeOption

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

Search in JVCL Help

 
Search in all projects
 

Summary

Enumerates different methods how checks are propagated when toggling a checkbox node on or off.

run\JvCheckTreeView.pas


Pascal

 run\JvCheckTreeView.pas
 TJvTVCascadeOption = (
poOnCheck,
poOnUnCheck
);
TJvTVCascadeOptions = setof TJvTVCascadeOption;


Members

Members Description
poOnCheck Propagate to child nodes only when the node is toggled to the on state.
poOnUnCheck Propagate to child nodes only when the node is toggled to the off state.

run\JvCheckTreeView.pas


Description

The TJvTVCascadeOption type is an enumeration used to determine how checks are propagated when toggling a checkbox node on or off.

run\JvCheckTreeView.pas


About

Navigation

no pages or subcategories

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