Unit 'EditBtn' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TDateEdit.CalendarDisplaySettings

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

Declaration

Source position: editbtn.pas line 639

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

  

TDisplaySetting

  

TCustomCalendar.DisplaySettings

  

ShowCalendarPopup

  

Creates, configures, and displays a TCalendarPopupForm instance.



CT Web help

CodeTyphon Studio