System.SysUtils.TStringHelper.LastDelimiter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function LastDelimiter(const Delims: string): Integer; overload;
function LastDelimiter(const Delims: TSysCharSet): Integer; overload;

Properties

Type Visibility Source Unit Parent
function public System.SysUtils.pas System.SysUtils TStringHelper

Description

Returns the string index in this string of the rightmost whole character that matches any character in Delims (except null = #0).

See Also