SysUtils.NextCharIndex
From RAD Studio VCL Reference
Delphi Information
From SysUtils.pas
function NextCharIndex(const S: string; Index: Integer): Integer; overload; function NextCharIndex(const S: AnsiString; Index: Integer): Integer; overload;
Unit: SysUtils
Type: function
Visibility: public
C++ Information
From SysUtils.hpp
int __fastcall NextCharIndex(System::UnicodeString S, int Index);
Unit: SysUtils
Type: function
Description
Returns the byte index of the next character.
NextCharIndex returns the byte index of the first byte of the character following the character starting at S[Index].