FMX.Calendar.Style.TStyledCalendar.DisableDayChange
Delphi
property DisableDayChange: Integer read FDisableDayChange;
C++
__property int DisableDayChange = {read=FDisableDayChange, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | protected | FMX.Calendar.Style.pas FMX.Calendar.Style.hpp |
FMX.Calendar.Style | TStyledCalendar |
Description
Specifies whether the day of the TCalendar date is changing.
DisableDayChange is used internally to restrict the OnDateSelected event if the date is currently changing.