[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Compares two Handles, returning the relative order for the handle values.
Source position: lclproc.pas line 136
function CompareHandles( |
h1: TLCLHandle; |
h2: TLCLHandle |
):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:
Version 4.0 | Generated 2025-05-03 | Home |