WideStrUtils.WStrLen
From RAD Studio VCL Reference
Contents |
Delphi Information
From WideStrUtils.pas
function WStrLen(const Str: PWideChar): Cardinal;
Unit: WideStrUtils
Type: function
Visibility: public
C++ Information
From WideStrUtils.hpp
unsigned int __fastcall WStrLen(const wchar_t * Str);
Unit: WideStrUtils
Type: function
Description
Returns number of characters in a PWideChar excluding the null terminator.
WStrLen returns the number of characters in Str, not counting the null terminator.