表示: Delphi C++
表示設定

System.AnsiStrings.NextCharIndex

提供:XE2 API Documentation
移動: 案内, 検索

Delphi

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

C++

extern 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] から始まる文字の次の文字における最初のバイトのインデックスを返します。

関連項目

以前のバージョン
他の言語