JCL Help:StrEndW
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: StrEndW Function
Search in JCL Help
Search in all projects
Summary
Returns a pointer to the end of the string.
Pascal
function StrEndW(const Str: PWideChar): PWideChar;
Parameters
Parameters | Description |
const Str: PWideChar | Source string. |
Return Value
Pointer to the end of the source string.
Description
StrEndW returns a pointer to the null terminating character at the end of the specified string.
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