JVCL Help:TJvTVCascadeOption
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTVCascadeOption type
Search in JVCL Help
Search in all projectsSummary
Enumerates different methods how checks are propagated when toggling a checkbox node on or off.
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. |
Description
The TJvTVCascadeOption type is an enumeration used to determine how checks are propagated when toggling a checkbox node on or off.
About
no pages or subcategories
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