System.AnsiStrings.NextCharIndex

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.AnsiStrings.pas
System.AnsiStrings.hpp
System.AnsiStrings System.AnsiStrings

Description

Indice d'octet du premier octet du caractère suivant.

NextCharIndex renvoie l'indice d'octet du premier octet du caractère suivant le caractère commençant à S[Index].

Voir aussi