System.AnsiStrings.NextCharIndex

提供:RAD Studio API Documentation

Delphi

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

C++

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

プロパティ

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

説明

次の文字における最初のバイトのインデックス。

NextCharIndex は、S[Index] から始まる文字の次の文字における最初のバイトのインデックスを返します。

関連項目