Vcl.WinXCalendars.TCustomCalendarView.AddToSelectedDates

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddToSelectedDates(const Values: array of TDate); overload;
procedure AddToSelectedDates(const Value: TDate); overload;

C++

void __fastcall AddToSelectedDates(const System::TDate *Values, const int Values_High)/* overload */;
void __fastcall AddToSelectedDates(const System::TDate Value)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCustomCalendarView

Description

Adds dates to the selected ones.

With the AddToSelectedDates property, you can add dates to the selected ones.

See Also