System.SysUtils.NextCharIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

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].