Show: Delphi C++
Display Preferences

System.WideString.LastDelimiter

From XE2 API Documentation
Jump to: navigation, search

C++

int          __fastcall LastDelimiter(const WideString& delimiters) const;

Properties

Type Visibility Source Unit Parent
function public wstring.h System WideString

Description

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

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

Personal tools
Previous Versions
Translations