Vcl.WinXCalendars.TCalendarViewYearlyViewInfo.SetStartDate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetStartDate(const Value: TDate); override;

C++

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

Properties

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

Description

Setter method for StartDate.

Vcl.WinXCalendars.TCalendarViewYearlyViewInfo.SetStartDate inherits from Vcl.WinXCalendars.TCalendarViewViewInfoBase.SetStartDate. All content below this line refers to Vcl.WinXCalendars.TCalendarViewViewInfoBase.SetStartDate.

Setter method for StartDate.

Sets the start date of TCalendarCellItemsViewInfo and calls the Calculate method.

See Also