RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDateTimePicker.DateMode Property

Determines the method of date selection used by the component.

Pascal
property DateMode: TDTDateMode;
C++
__property TDTDateMode DateMode;

If DateMode is dmComboBox, the component has a drop-down calendar illustration from which the user can select a date. If DateMode is dmUpDown, the component has Up/Down arrows with which the user can adjust the date. (Applies only when Kind is dtkDate.) 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!