[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LazUTF8' (#lazutils)

UTF8CompareStrP

Compares the specified PChar values.

Declaration

Source position: lazutf8.pas line 175

function UTF8CompareStrP(

  S1: PChar;

  S2: PChar

):PtrInt;

Arguments

S1

  

First PChar value for the comparison.

S2

  

Second PChar value for the comparison.

Function result

Relative order for the compared values.

Description

Calls UTF8CompareStr to get the return value for the function.


Version 3.2 Generated 2024-02-25 Home