Vcl.WinXCalendars.TCalendarPicker.Date

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Date: TDate read GetDate write SetDate stored StoreDate default 0;

C++

__property Date = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCalendarPicker

Description

Specifies the date for the calendar to display.

Vcl.WinXCalendars.TCalendarPicker.Date inherits from Vcl.WinXCalendars.TCustomCalendarPicker.Date. All content below this line refers to Vcl.WinXCalendars.TCustomCalendarPicker.Date.

Specifies the date for the calendar to display.

Use the Date property to specify the date for the calendar to display.

See Also