RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiString::LastDelimiter Method

Returns the index of the rightmost character that matches any character in the delimiters string.

Pascal
function LastDelimiter(const delimiters: AnsiString&): Integer;
C++
__fastcall int LastDelimiter(const AnsiString& delimiters) const;

System::AnsiString::LastDelimiter returns the byte index in this System::AnsiString::AnsiString of the rightmost whole character that matches any character in delimiters except NULL The System::AnsiString::AnsiString may contain multibyte characters; delimiters must contain only single byte non-NULL characters. 

 

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