FAQ & Knowledge Base

Welcome to our Knowledge Base. Search or browse through the topics below to find answers to your questions.

Categories: ShellBrowser Delphi Components | Show all categories

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.