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.4 | Generated 2025-11-08 | Home |