Returns a pointer to the end of a null terminated string.
function StrEnd(const Str: PChar): PChar;
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!
|