Undeclared identifier TJamSelectionState
Question / Problem
After assigning the event OnCheckStateChanged of the TJamShellList, I get a compiler error: "Undeclared identifier, TJamSelectionState"
Answer / Solution
You just need to add JamSelectionList to your uses clause, because Delphi won't do this programmatically for data types.