[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'EditBtn' (#lcl)

TDateEdit.CalendarDisplaySettings

Display or behavior options enabled in the pop-up calendar dialog for the control.

Declaration

Source position: editbtn.pas line 635

published property TDateEdit.CalendarDisplaySettings : TDisplaySettings
  read FDisplaySettings
  write FDisplaySettings;

Description

CalendarDisplaySettings is a TDisplaySettings property with the display and behavior options enabled in the calendar dialog for the grouped edit control. It contains zero or more values from the TDisplaySetting enumeration, and enables the features or behaviors in the calendar control. The default values in the set type are [dsShowHeadings, dsShowDayNames].

See TDisplaySetting for more information about the values in the enumeration and their meanings.

The property value is passed as an argument to the ShowCalendarPopup routine when the Button is clicked for the control.

See also

TDateEdit.ButtonClick

  

Displays a pop-up calendar dialog when the Button for the grouped edit control is clicked.

TDisplaySettings

  

Set type for TDisplaySetting values.

TDisplaySetting

  

Enumerated type with values that control display settings in TCalendar.

TCustomCalendar.DisplaySettings

  

DisplaySettings contains options which control the appearance or behavior for the calendar control.

ShowCalendarPopup

  

Creates, configures, and displays a TCalendarPopupForm instance.


Version 3.2 Generated 2024-02-25 Home