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 dans cette chaîne du caractère entier le plus à droite qui correspond à n'importe quel caractère de Delims (à l'exception du caractère null = #0).

Voir aussi