System.SysUtils.TStringHelper.LastDelimiter

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

Propriétés

Type Visibilité  Source Unité  Parent
function public System.SysUtils.pas System.SysUtils TStringHelper

Description

Renvoie l'index de chaîne dans cette chaîne de base zéro du caractère entier le plus à droite qui correspond à l'un quelconque des caractères de Delims (à l'exception de null = #0).

Voir aussi