Vcl.WinXCalendars.TCalendarCellItemsViewInfo.FocusedDate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FocusedDate: TDate read FFocusedDate write SetFocusedDate;

C++

__property System::TDate FocusedDate = {read=FFocusedDate, write=SetFocusedDate};

Properties

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

Description

Specifies the focused date.

See Also