Vcl.WinXCalendars.TCalendarView.SelectionMode
Delphi
property SelectionMode: TSelectionMode read FSelectionMode write SetSelectionMode default 1;
C++
__property SelectionMode = {default=1};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.WinXCalendars.pas Vcl.WinXCalendars.hpp |
Vcl.WinXCalendars | TCalendarView |
Description
Specifies how many dates a user may select at a time.
Vcl.WinXCalendars.TCalendarView.SelectionMode inherits from Vcl.WinXCalendars.TCustomCalendarView.SelectionMode. All content below this line refers to Vcl.WinXCalendars.TCustomCalendarView.SelectionMode.
Specifies how many dates a user may select at a time.
- Click
smSingleto let a user select one date only. - Click
smMultipleto let a user select as many dates as is needed. - Click
smNoneto disable selection of dates.