[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Find first occurrence of a character in a null-terminated string.
Source position: sysansih.inc line 21
function AnsiStrScan( |
Str: PChar; |
Chr: Char |
):PChar; |
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 |