JCL Help:StrLenW
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: StrLenW Function
Search in JCL Help
Search in all projects
Summary
Returns the length of the string in characters.
Pascal
function StrLenW(const Str: PWideChar): SizeInt;
Parameters
Parameters | Description |
const Str: PWideChar | The string for which to determine the length |
Return Value
The length of the specified string, in characters.
Description
StrLenW returns the length of the specified string, in characters, excluding the null terminator.
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