[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Compares two Handles, returning the relative order for the handle values.
Source position: lclproc.pas line 134
function CompareHandles( |
h1: THandle; |
h2: THandle |
):Integer; |
h1 |
|
First handle for the comparison. |
h2 |
|
Second handle for the comparison. |
Relative order for the compared handle values.
The return value contains the following:
lazarus-ccr.sourceforge.net |