System.SysUtils.TStringHelper.LastDelimiter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function LastDelimiter(const Delims: string): Integer;

Properties

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

Description

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

See Also