4.66.2.39. StrLCat function | Table of Contents | 4.66.2.41. StrLComp function |
function StrIComp(S1, S2: PWChar): Longint; function StrIComp(S1, S2: PChar): Longint;Remarks:
Condition | Return Value |
---|---|
S1 > S2 | > 0 |
S1 < S2 | < 0 |
S1 = S2 | = 0 |
4.66.2.39. StrLCat function | Table of Contents | 4.66.2.41. StrLComp function |