Vcl.WinXCalendars.TCustomCalendarPicker.Date

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Date: TDate read GetDate write SetDate stored StoreDate;

C++

__property System::TDate Date = {read=GetDate, write=SetDate, stored=StoreDate};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCustomCalendarPicker

Description

Specifies the date for the calendar to display.

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

See Also