Vcl.WinXCalendars.TCalendarViewMonthlyViewInfo.SetFocusedDate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetFocusedDate(const Value: TDate); override;

C++

virtual void __fastcall SetFocusedDate(const System::TDate Value);

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCalendarViewMonthlyViewInfo

Description

Setter method for FocusedDate.

Vcl.WinXCalendars.TCalendarViewMonthlyViewInfo.SetFocusedDate inherits from Vcl.WinXCalendars.TCalendarViewViewInfoBase.SetFocusedDate. All content below this line refers to Vcl.WinXCalendars.TCalendarViewViewInfoBase.SetFocusedDate.

Setter method for FocusedDate.

Sets the focused date of TCalendarCellItemsViewInfo.

See Also