JCL Help:StrPosW
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: StrPosW Function
Search in JCL Help
Search in all projects
Summary
The summary for this help topic does not exist, edit this page
Pascal
function StrPosW(const Str: PWideChar; const SubStr: PWideChar): PWideChar;
Parameters
Parameters | Description |
const Str: PWideChar | String to search for the first occurrence of SubStr. |
const SubStr: PWideChar | Substring to search for in Str. |
Return Value
Pointer to the first character of the first occurrence of SubStr in Str or nil if SubStr does not occur in Str.
Description
StrPosW returns a pointer to the first character of the first occurrence of SubStr in Str. If SubStr does not occur in Str nil is returned.
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