der sagt mir selected ist kein element von TStringgrid... bei delphi gings und hier bei c++ net... wie mache ich das mit c++????????
C++:
nint x,y; x=0; y=0; for (x=0;StringGrid1->RowCount;x++){ for (y=0;StringGrid1->ColCount;y++) { if (StringGrid1->Selected==true) // selected nimmt der nicht an {Edit1->Text = StringGrid1->Cells[x][y];} }