FMX.Colors.TComboColorBox.DoValidating

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure DoValidating(Sender: TObject; var Text: string); virtual;

C++

virtual void __fastcall DoValidating(System::TObject* Sender, System::UnicodeString &Text);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
FMX.Colors.pas
FMX.Colors.hpp
FMX.Colors TComboColorBox


Description

La méthode DoValidating valide la chaîne d'entrée Text.

La méthode tente de modifier la chaîne d'entrée Text pour qu'elle corresponde à un nom de couleur lorsque la chaîne d'entrée n'est pas exactement le nom d'une couleur.