I have a Delphi 11 FMX project with a StringGrid. I added a TPopupColumn to the StringGrid and added two items in list. The only way I have found to invoke the TPopupColumn and get to those values is by using the mouse.
Is there a way to invoke the TPopupColumn values by using the keyboard?