2011/8/1 John Repucci <[email protected]>: > I have a fixed row in my SG with the titles for the columns, but when I do a > SG.clear, the fixed rows are deleted. > I understand why that is happening (the so-called fixed rows are just row > [0] within the SG). > > However, it would be nice if the fixed rows were not affected by the clear.
Try: SG.Clean([gzNormal]); -- cobines -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
