1st Class 2013.10.0.1.1, Delphi XE3, Windows 10.
I have tried setting SelectedColor and using ItemIndex, neither of which show the item hightlighted. I have also tried:
with StandardCL do
begin
ItemIndex := 5;
Items[ItemIndex]
SelectedColor := ColorFromIndex(ItemIndex);
end;
How can I set the ItemIndex and see the item corresponding to this highlighted/selected?
This is not in multi-select mode.
Raymond
I see you have found a solution to your issue (HighlightColor HighlightTextColor)