System.AnsiStrings.StrLen

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

Delphi

function StrLen(const Str: PAnsiChar): Cardinal;

C++

extern DELPHI_PACKAGE unsigned __fastcall StrLen(const char * Str)/* overload */;

プロパティ

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

説明

文字列内のヌルターミネータを除いた文字数を返します。

StrLen 関数は,Str 内のヌルターミネータを除いた文字数を返します。

関連項目