RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.NextCharIndex Function

Returns the byte index of the next character.

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

SysUtils

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

 

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