| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Find last occurrence of a character in a null-terminated string.
Source position: sysansih.inc line 20
| function AnsiStrRScan( | 
| 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 |