Does this exist in Delphi ?

Does this exist in Delphi ?

https://docs.telerik.com/devtools/wpf/controls/raddatetimepicker/features/date-selection-modes

I want to achieve the same thing with at least VCL controls.

Any idea ?
https://docs.telerik.com/devtools/wpf/controls/raddatetimepicker/features/date-selection-modes

Comments

  1. In vcl, devexpress in IW you can use IWCGDateTimePicker

    ReplyDelete
  2. David Millington TCalendar picker would fit if it could only display months and year instead of days and month like in you picture (just click on the month name to get an idea of what I want to achieve).

    ReplyDelete
  3. If you click the header, it zooms out to months or years or decades.

    ReplyDelete
  4. David Millington Well I already know that 😊. What I want to achieve is to have a calendar that will only display month or zoom out to decades.

    I guess that I'll be more practical and create a combo box for years and a second one for months.

    ReplyDelete
  5. Ah, I see! I apologise, I misunderstood. I thought you wanted it to display years but it wasn't.

    There is a FirstYear/LastYear pair of properties that might help here, but yes, I think creating something specific to that data entry is the way to go.

    ReplyDelete
  6. Well, i used a regular VCL TDateTimePicker, just i used the Format that the day was not rendered in the edit box, only month and year.
    But if Windows calendar could START with months mode - it would be surely great.

    ReplyDelete

Post a Comment