API: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

Embarcadero Technologies does not currently have any additional information.