Vcl.ComCtrls.TDateTimePicker.DateMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DateMode: TDTDateMode read FDateMode write SetDateMode default dmComboBox;

C++

__property TDTDateMode DateMode = {read=FDateMode, write=SetDateMode, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TDateTimePicker

Description

Determines the method of date selection used by the component.

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

See Also