FMX.Colors.TComboColorBox.DoTextChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoTextChange(Sender: TObject); virtual;

C++

virtual void __fastcall DoTextChange(System::TObject* Sender);

Properties

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

Description

Executes each time the OnChange event appears.

See Also