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