FMX.Graphics.TBrush.OnGradientChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnGradientChanged: TNotifyEvent read FOnGradientChanged write FOnGradientChanged;

C++

__property System::Classes::TNotifyEvent OnGradientChanged = {read=FOnGradientChanged, write=FOnGradientChanged};

Properties

Type Visibility Source Unit Parent
event public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TBrush

Description

Occurs immediately after the Gradient changes.

Write an OnGradientChanged event handler to take specific action when the TBrush object's Gradient property changes.

See Also