Skip to main content

TdxBarDateCombo.ShowTodayButton Property

Specifies whether to show the Today button within a dropdown calendar.

Declaration

property ShowTodayButton: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

The ShowTodayButton is True by default. If True, a Today button is drawn within the calendar. This button sets TdxBarDateCombo to the current system date.

The ShowTodayButton property is set to True.
The ShowTodayButton property is set to False.
See Also