[Overview][Types][Procedures and functions][Variables][Index] |
Gets the relative order for the specified Pointers.
Source position: lazutilities.pas line 26
function ComparePointers( |
p1: Pointer; |
p2: Pointer |
):Integer; |
p1 |
|
Pointer compared in the routine. |
p2 |
|
Pointer compared in the routine. |
Numeric value with the relative order for the compared Pointers.
ComparePointers is an Integer function used to get the relative order for the specified Pointer values. The following return values are used in the routine:
Version 4.0 | Generated 2025-05-03 | Home |