FMX.Colors.TColorButton.OnPainting
Delphi
property OnPainting: TOnPaintEvent read FOnPainting write FOnPainting;
C++
__property OnPainting;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | FMX.Colors.pas FMX.Colors.hpp |
FMX.Colors | TColorButton |
Description
Occurs when the control is painted.
FMX.Colors.TColorButton.OnPainting inherits from FMX.Controls.TControl.OnPainting. All content below this line refers to FMX.Controls.TControl.OnPainting.
Occurs when the control is painted.
OnPainting also occurs when Painting is called.
Write an event handler for OnPainting to change the way the control is painted.