Hi,
FireMonkey C++
I have been searching the net and docs for how at run time to add a ComboBox to a grid cell in a TMFmxStringGrid, having two columns, and three rows - I can add the ComboBox, but not include;
Column1: A TImage.
Column2: Text
And how to change the image and text at runtime.
So far I found that this might be done by using a TStringList, but trying to do so gives no expected result.
Any help on this is very much appreciated, since after a full day of research, I found no info of how to do this.
Thanks !