Delphi Programming

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

4 February 2009

  • curprev 13:2813:28, 4 February 2009193.113.57.165 contribs 728 bytes +728 New page: == '''StrComp Routine''' == Compares two strings with case sensitivity. Unit SysUtils Syntax [Delphi] function StrComp(const Str1: PAnsiChar, const Str2: PAnsiChar): Integer; D...