RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDateTimePicker.MaxDate Property

Determines the latest allowable date that can be entered.

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

Assign a value to MaxDate 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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!