System.SysUtils.NextCharIndex

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

Delphi

function NextCharIndex(const S: UnicodeString; Index: Integer): Integer;

C++

extern DELPHI_PACKAGE int __fastcall NextCharIndex(const System::UnicodeString S, int Index)/* overload */;

プロパティ

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

説明

NextCharIndex 関数は,次の文字のバイトインデックスを返します。

NextCharIndex は,S[Index] で始まる文字に続く文字の最初のバイトのバイトインデックスを返します。