Hello everybody i have C++ tStringGrid
I want to get string from specific cell with coordinates
I have tried this but without luck:
UnicodeString cell_obj = StringGrid1->Objects[3][2]->ToString();
Error:
Access violation at address 00407617 in module 'NGG_Client.exe'. Read of address 00000000.
Please help.