RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDateTimePicker.MinDate Property

Determines the earliest allowable date that can be entered.

Pascal
property MinDate: TDate;
C++
__property TDate MinDate;

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.) 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!