RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiStringBase::LastDelimiter Method

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

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

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!