Highlight a specific item in the TJamFileList
Frage / Problem
How can I highlight one specific item in the TJamFileListlist?
Antwort / Lösung
To select item after adding it, you can use:
JamFileList1.Add( 'C:\ctapi_out_gr.txt ').Selected := True;
If you just want to highlight items in a custom way, you could use the CustomDraw events that the TJamFileList inherited from Delphi 's TListView.