JCL Help:StrRScanW
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: StrRScanW Function
Search in JCL Help
Search in all projects
Summary
Scans the specified string for the occurrences of Chr.
Pascal
function StrRScanW(const Str: PWideChar; Chr: WideChar): PWideChar;
Parameters
Parameters | Description |
const Str: PWideChar | The string to scan for an occurrence of Chr. |
Chr: WideChar | The character to scan for in Str. |
Return Value
Pointer to the last occurrence of Chr in Str or nil if the character does not occur in Str.
Description
Scans the string for occurrences of the specified character and returns a pointer to the last occurrence. The comparison between Str and Chr is case-sensitive.
See Also
About
Unit
Donator
Mike Lischke
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page