Returns a pointer to the last character in a string.
function AnsiLastChar(const S: string): PChar;
const char * AnsiLastChar(const AnsiString S);
SysUtils
Call AnsiLastChar to obtain the last character in a string. This function supports multi-byte character sets (MBCS).
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|