FMX.Colors.TComboColorBox.DoValidating
Delphi
procedure DoValidating(Sender: TObject; var Text: string); virtual;
C++
virtual void __fastcall DoValidating(System::TObject* Sender, System::UnicodeString &Text);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | FMX.Colors.pas FMX.Colors.hpp | FMX.Colors | TComboColorBox | 
Description
The DoValidating method validates the Text input string.
The method tries to modify the Text input string to match a color name in case the input string is not exactly the name of a color.