System.SysUtils.TStringHelper.LastDelimiter
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).