Vcl.WinXCalendars.TCalendarViewViewInfoBase.SetStartDate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetStartDate(const Value: TDate); virtual;

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 TCalendarViewViewInfoBase

Description

Setter method for StartDate.

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

See Also