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 de base zéro en chaîne de base zéro formée entièrement de caractères minuscules et la renvoie.

Le paramètre LocaleID de la seconde méthode ToLower surchargée est du type TLocaleID et il définit un choix de langue et d'identificateurs de région. Pour plus d'informations, voir la rubrique TLocaleID.

Voir aussi