strcomp

Compare 2 null-terminated strings, case sensitive.

Declaration

Source position: strings.pp line 49

  function strcomp(str1: PChar; str2: PChar) : SizeInt;

Description

Compares the null-terminated strings S1 and S2. The result is

A negative SizeInt when S1S2.

For an example, see StrLComp .

Errors

None.

See also

Name Description
StrIComp Compare 2 null-terminated strings, case insensitive.
StrLComp Compare limited number of characters of 2 null-terminated strings
StrLIComp Compare limited number of characters in 2 null-terminated strings, ignoring case.