System.SysUtils.NextCharIndex

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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

Description

Renvoie l'indice d'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].