RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
UnicodeString::LastDelimiter Method

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

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

System::UnicodeString::LastDelimiter returns the 1-based character index in the System::UnicodeString object of the rightmost character that matches any character in delimiters except NULL The System::UnicodeString object may contain multibyte characters; delimiters must contain non-NULL characters. 

 

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