System.WideStrUtils.WStrLen

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function WStrLen(const Str: PWideChar): Cardinal;

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
System.WideStrUtils.pas
System.WideStrUtils.hpp
System.WideStrUtils System.WideStrUtils

説明

PWideChar の文字数(NULL 終端文字を除く)を返します。

WStrLenStr の文字数を返します。これには NULL 終端文字分が含まれません。

関連項目