JCL Help:StrLenW

From Project JEDI Wiki
Jump to navigationJump to search


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

JclWideStrings


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