Vcl.ComCtrls.TCommonCalendar.MinDate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MinDate: TDate read FMinDate write SetMinDate stored DoStoreMinDate;

C++

__property System::TDate MinDate = {read=FMinDate, write=SetMinDate, stored=DoStoreMinDate};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCommonCalendar

Description

Indicates the minimum date that can be selected.

Use MinDate to get or set the minimum date that can be selected.

See Also