RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WideString::LastDelimiter Method

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

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

System::WideString::LastDelimiter returns the byte index in this System::WideString of the rightmost whole character that matches any character in delimiters except NULL The System::WideString 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!