FMX.Colors.TGradientEdit.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 TGradientEdit

Description

Occurs immediately after changing the color on this component, which is a gradient color selector.

Write an OnChange event handler to provide additional functionality when changing the color of this component, which is a gradient color selector.

See Also