Vcl.WinXCalendars.TCalendarViewViewInfoBase.SetFocusedDate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetFocusedDate(const Value: TDate); virtual;

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 TCalendarViewViewInfoBase

Description

Setter method for FocusedDate.

Sets the focused date of TCalendarCellItemsViewInfo.

See Also