[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Compares two pointers, returning the Sign of the difference.
Source position: lclproc.pas line 144
function ComparePointers( |
p1: Pointer; |
p2: Pointer |
):Integer; |
+1 if p1 is higher than p2, -1 if p2 is higher than p1, 0 if both are equal.
lazarus-ccr.sourceforge.net |