System.SysUtils.NextCharIndex

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Beschreibung

Gibt den Byte-Index des nächsten Zeichens zurück.

NextCharIndex gibt den Byte-Index des ersten Byte des Zeichens zurück, das dem Zeichen nach S[Index] folgt.