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

Description

Occurs immediately after changing the color on this color quad component.

Write an OnChange event handler to provide additional functionality when changing the color of this color quad component.

See Also