help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'sysutils' (#rtl)

AnsiSameStr

Checks whether 2 strings are the same (case sensitive)

Declaration

Source position: sysstrh.inc line 85

function AnsiSameStr(

  const s1: String;

  const s2: String

):Boolean;

Description

SameText calls AnsiCompareStr with S1 and S2 as parameters and returns True if the result of that call is zero, or False otherwise.

Errors

None.

See also

AnsiCompareStr

  

Compare 2 ansistrings, case sensitive, ignoring accents characters.

SameText

  

Checks whether 2 strings are the same (case insensitive)

AnsiSameText

  

Checks whether 2 strings are the same (case insensitive)

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505