System.SysUtils.TStringHelper.ToLower

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function ToLower: string; overload; inline;
function ToLower(LocaleID: TLocaleID): string; overload;

Propriétés

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


Description

Transforme cette chaîne en chaîne de caractères en minuscules et la renvoie.

Le paramètre LocaleID de la deuxième méthode surchargée ToLower est de type TLocaleID et définit un choix d'identificateurs de langue et de région. Pour de plus amples informations, reportez-vous à la rubrique TLocaleID.

Voir aussi