Vcl.WinXCalendars.TCustomCalendarView.SelectedDates

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SelectedDates[const Index: Integer]: TDate read GetSelectedDates;

C++

__property System::TDate SelectedDates[const int Index] = {read=GetSelectedDates};

Properties

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

Description

Lists the selected dates.

See Also