Docs: LCL/grids. Fixes wording in TCustomStringGrid.Clean topic.

This commit is contained in:
dsiders 2023-03-11 18:14:44 +00:00
parent afa64b7e9a
commit 2498b3596a

View File

@ -24072,7 +24072,7 @@ text
grid.Clean([gzNormal]);
</code>
<p>
<b>Clean all cells except grid column headers:</b>
<b>Clean all cells except fixed grid columns:</b>
</p>
<code>
grid.Clean([gzNormal, gzFixedRows]);