Previous: StrLCat function To the Table of Content Next: StrLComp function

- 4.61.2.40 -
Standard Units
Strings Unit
Strings Unit Procedures and Functions

StrIComp function

Targets: MS-DOS, OS/2, Win32


Strings Unit

StrIComp compares S1 to S2 without case sensitivity.

Declaration:
function StrIComp(S1, S2: PWChar): Longint;
function StrIComp(S1, S2: PChar): Longint;
Remarks:
The return value is:
 Condition  Return Value 
S1 > S2> 0
S1 < S2< 0
S1 = S2 = 0



Previous: StrLCat function To the Table of Content Next: StrLComp function
StrLCat function Table of Content StrLComp function

- 4.61.2.40 -