Hi,
Can anyone help me out with this:
When i remove a column at the end of grid,
by descending the ColumnCount property,
the column doesn't seem to be deleted (like the help documentation
says).
When i add a new column by abscending de ColmnCount, the exact same
information from the removed column appears in the new column.
Correct me if i'm wrong, but i think the ColumnCount property, just
set a counter in the strings object inhereted by stringrid->columns,
instead of that the ansistring (part of the strings->part of the grid)
is realy deleted.
So my question is, how do i remove a column with all th cell
information (cell+object pointers). I supose manualy is not the right
approach.
thanks in advance.