System.AnsiStrings.NextCharIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Byte index of first byte of next character.

NextCharIndex returns the byte index of the first byte of the character following the character starting at S[Index].

See Also