McGregor80
Programmer
How to delete whole row from StringGrid. I meen not only the text but also cells.
I tried like this:
StringGrid->Rows[2]->Delete(some index-for what?);
and i got message : Program couldn't insert or delete row (something like that).
Is it possible to delete rows anywhay? Maybe it will be better to use ListView with four columns(values)?
Thanks
I tried like this:
StringGrid->Rows[2]->Delete(some index-for what?);
and i got message : Program couldn't insert or delete row (something like that).
Is it possible to delete rows anywhay? Maybe it will be better to use ListView with four columns(values)?
Thanks