Determines the earliest allowable date that can be entered.
typedef System::TDateTime TDate;__property Controls::TDate MinDate = {read=FMinDate, write=SetMinDate};
Description
Assign a value to MinDate to limit the range of dates that the user can enter. Out-of-range dates raise the EDateTimeError exception. (Applies only when Kind = dtkDate.)