RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.StrEnd Function

Returns a pointer to the end of a null terminated string.

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

SysUtils

StrEnd returns a pointer to the null character at the end of Str. 

 

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