System.SysUtils.StrLen
Delphi
function StrLen(const Str: MarshaledAString): Cardinal; overload;
function StrLen(const Str: PWideChar): Cardinal;
C++
extern DELPHI_PACKAGE unsigned __fastcall StrLen _DEPRECATED_ATTRIBUTE1("Moved to the AnsiStrings unit") (const char * Str)/* overload */;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
説明
警告: StrLen の ANSI バージョンは廃止予定です。AnsiStrings ユニットを使用してください。
文字列内のヌルターミネータを除いた文字数を返します。
StrLen 関数は,Str 内のヌルターミネータを除いた文字数を返します。