Vcl.WinXCalendars.TCustomCalendarView.RemoveFromSelectedDates
Delphi
function RemoveFromSelectedDates(const Value: TDate): Boolean;
C++
bool __fastcall RemoveFromSelectedDates(const System::TDate Value);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Vcl.WinXCalendars.pas Vcl.WinXCalendars.hpp |
Vcl.WinXCalendars | TCustomCalendarView |
Description
Removes the selection of dates.
With the RemoveFromSelectedDates method, you can remove the date from the list of the selected ones.
RemoveFromSelectedDates returns FALSE if the date that is passed as a parameter has not been selected.