Basically I want two levels, and if you click on a parent node it
selects that plus all children, or if you click on a child it selects
the parent plus all siblings.
I tried to use various components, namely TTreeView, and TMS's
TTreeList, but nothing seemed to work as I'd hoped. TTreeView didn't
seem to support multiple selections from code, and TTreeList isn't
really the correct kind of component.
Maybe the default components will do what I want and I was just doing
it wrong, or maybe there's some third party component that will work.
Regards,
Daryl.