Show: Delphi C++
Display Preferences

System.AnsiStrings.NextCharIndex

From XE2 API Documentation
Jump to: navigation, search

Delphi

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

C++

extern 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

Personal tools
Previous Versions
Translations