RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiString::AnsiLastChar Method

Returns a pointer to the last full character in the System::AnsiString::AnsiString.

Pascal
function AnsiLastChar: char*;
C++
__fastcall char* AnsiLastChar() const;

Returns a pointer to the last full character in the System::AnsiString::AnsiString. This function supports multibyte characters. 

 

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