FMX.Colors.TComboColorBox.OnChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChange: TNotifyEvent read FOnChange write FOnChange;

C++

__property System::Classes::TNotifyEvent OnChange = {read=FOnChange, write=FOnChange};

Properties

Type Visibility Source Unit Parent
event published
FMX.Colors.pas
FMX.Colors.hpp
FMX.Colors TComboColorBox

Description

Occurs immediately after changing the color selected by this combo color box.

Write an OnChange event handler to provide additional functionality when changing the color specified by this combo color box.

See Also