RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.StrNextChar Function

Returns pointer to following character.

Pascal
function StrNextChar(const Str: PAnsiChar): PAnsiChar; overload;
function StrNextChar(const Str: PWideChar): PWideChar; overload;
C++
PAnsiChar StrNextChar(const PAnsiChar Str);
PWideChar StrNextChar(const PWideChar Str);

Note: StrNextChar returns a pointer to the second character in Str, allowing for multi-byte characters.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!