MultiSelect

If you enable MultiSelect, ho do you access the list of items selected?


Dave Craggs

Loop through Planner.Items collection and check TPlannerItem.Selected: boolean that is true when the item is selected.

Thanks - that works :-)