Docs: LCL/grids. Updates TCustomStringGrid.DoCompareCells topic for changes in c285b58a.

This commit is contained in:
dsiders 2024-02-09 04:00:53 +00:00
parent eb80a21f08
commit cd3f347249

View File

@ -23558,7 +23558,7 @@ BRow.</dd>
BRow.</dd>
</dl>
<p>
When OnCompareCells is not assigned, the <var>UTF8CompareLatinTextFast</var>
When OnCompareCells is not assigned, the <var>AnsiCompareText</var>
routine is called to perform the cell comparison and provide the return
value for the method. When SortOrder is set to soDescending, the return
value is negated.
@ -23567,7 +23567,7 @@ value is negated.
<seealso>
<link id="TCustomGrid.DoCompareCells"/>
<link id="TCustomGrid.OnCompareCells"/>
<link id="#lazutils.lazutf8.UTF8CompareLatinTextFast">UTF8CompareLatinTextFast</link>
<link id="#rtl.sysutils.AnsiCompareText">AnsiCompareText</link>
</seealso>
</element>
<element name="TCustomStringGrid.DoCompareCells.Result">