Vcl.ComCtrls.TCommonCalendar.Date
Delphi
property Date: TDate read GetDate write SetDate;
C++
__property System::TDate Date = {read=GetDate, write=SetDate};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | protected | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TCommonCalendar |
Description
Indicates the date that is marked on the calendar.
Use Date to get or set the date that is marked on the calendar. The value of Date must lie within the range specified by the MaxDate and MinDate properties.
If MultiSelect is true, the selected range of dates goes from Date to EndDate.
Note: You can also set the marked date with the DateTime property.
See Also
Code Examples