FMX.CalendarEdit.TCalendarEdit.OnPainting
Delphi
property OnPainting;
C++
__property OnPainting _DEPRECATED_ATTRIBUTE0 ;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | FMX.CalendarEdit.pas FMX.CalendarEdit.hpp |
FMX.CalendarEdit | TCalendarEdit |
Description
Attention: OnPainting is deprecated.
Occurs when the control is painted. FMX.CalendarEdit.TCalendarEdit.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.