RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.StrNextChar Function

Returns pointer to following character.

Pascal
function StrNextChar(const Str: PChar): PChar;
C++
const char * StrNextChar(const const char * Str);

SysUtils

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

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!