System.WideStrUtils.WStrLen

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function WStrLen(const Str: PWideChar): Cardinal;

C++

extern DELPHI_PACKAGE unsigned __fastcall WStrLen(const System::WideChar * Str);

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.WideStrUtils.pas
System.WideStrUtils.hpp
System.WideStrUtils System.WideStrUtils

Description

Renvoie le nombre de caractères d'un PWideChar, sans compter le terminateur null.

WStrLen renvoie le nombre de caractères de Str, sans compter le terminateur null.

Voir aussi