System.SysUtils.NextCharIndex
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] で始まる文字に続く文字の最初のバイトのバイトインデックスを返します。