System.SysUtils.StrNextChar

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function StrNextChar(const Str: PAnsiChar): PAnsiChar;
function StrNextChar(const Str: PWideChar): PWideChar;

C++

extern DELPHI_PACKAGE char * __fastcall StrNextChar _DEPRECATED_ATTRIBUTE1("Moved to the AnsiStrings unit") (const char * Str)/* overload */;

Propriétés

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

Description

Avertissement : La version ANSI de StrNextChar est obsolète. Veuillez utiliser l’unité AnsiStrings.

Renvoie le pointeur sur le caractère suivant.

Remarque :  StrNextChar renvoie un pointeur sur le deuxième caractère de Str, ce qui permet l'utilisation de caractères multi-octets.