ImageEn, unit iexFolderTree |
|
TIEFolderTree.CheckBoxes
Declaration
property CheckBoxes: Boolean;
Description
Allow selection of nodes using checkboxes.
To determine which nodes are checked, use
TIEFolderNode.Checked or the
OnCheckBoxChanged event.
Default: False
Example
// Display checkboxes for selection
IEFolderTree1.CheckBoxes := True;
See Also
-
TIEFolderNode.Checked-
OnCheckBoxChanged