[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Compares the specified PChar values.
Source position: lazutf8.pas line 183
function UTF8CompareStrP( |
S1: PChar; |
S2: PChar |
):PtrInt; |
S1 |
|
First PChar value for the comparison. |
S2 |
|
Second PChar value for the comparison. |
Relative order for the compared values.
Calls UTF8CompareStr to get the return value for the function.
Version 4.0 | Generated 2025-05-03 | Home |