Knowledgebase
Highlight a specific item in the TJamFileList
Question / Problem
How can I highlight one specific item in the TJamFileList list?
Answer / Solution
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.
Need further help getting started?
You did not find what you were looking for? Please contact us so we can provide an answer to your question.
Contact Form