Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TStringHelper.CompareTo

Compare string to another.

Declaration

Source position: syshelph.inc line 100

public function TStringHelper.CompareTo(

  const B: string

):Integer;

Description

CompareTo will compare the string value to the string B. It returns the following result:

The StrComp function is used for this.

See also

TStringHelper.Compare

  

Compare 2 strings.

TStringHelper.CompareOrdinal

  

Compare 2 strings byte for byte.

StrComp

  

Compare 2 null-terminated strings, case sensitive.


Documentation generated on: Feb 02 2025