mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 11:30:28 +02:00
Docs: LCL/shellctrls. Fixes tagging errors in topic.
This commit is contained in:
parent
4ff892a279
commit
fbe348a264
@ -331,9 +331,9 @@ The return value is an <var>Integer</var> with the relative sort order for the
|
||||
compared values:
|
||||
</p>
|
||||
<dl>
|
||||
<dt>A negative value (&lt;0)</dt>
|
||||
<dt>A negative value (<0)</dt>
|
||||
<dd>Indicates that Item1 occurs before Item2 in the sort order.</dd>
|
||||
<dt>A positive value (&gt;0)</dt>
|
||||
<dt>A positive value (>0)</dt>
|
||||
<dd>Indicates that Item1 occurs after Item2 in the sort order.</dd>
|
||||
<dt>0 (zero)</dt>
|
||||
<dd>Indicates that Item1 and Item2 have the same value in the sort order.</dd>
|
||||
|
Loading…
Reference in New Issue
Block a user