RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiStrings.NextCharIndex Function

Byte index of first byte of next character.

Pascal
function NextCharIndex(const S: AnsiString; Index: Integer): Integer; overload;
C++
int NextCharIndex(const AnsiString S, int Index);

NextCharIndex returns the byte index of the first byte of the character following the character starting at S[Index]

 

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