2011/8/2 John Repucci <[email protected]>: > The above works well for header ROWs, but not for a header COLUMN
same for cols -> StringGrid1.ColCount , StringGrid1.Cols[i].Clear > and will > not work in the case where both FixedRow and FixedColumn are being used and > the user wishes to preserve them rather than rebuilding them everytime they > want to clean up the SG. if both then the size will not change, so Clean method (with range) is enough (only one loop for SG.Objects if needed) Regards, Tomek -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
