Find last occurrence of a character in a null-terminated string.
Source position: sysansih.inc line 21
function AnsiStrRScan( |
Str: PAnsiChar; |
Chr: AnsiChar |
):PAnsiChar; |
An access violation may occur if Str points to invalid memory.
|
Return Position of one ansistring in another. |
|
|
Find first occurrence of a character in a null-terminated string. |
|
|
Return position of one null-terminated substring in another. |