Contents Topics Index  <<  >>

HintDateFormat property


Unit

WallCalendar

Applies to

TWallCalendar

Declaration

HintDateFormat : string ;

Description

The HintDateFormat variable defines how to display the date in the hint when the mouse hovers over a day in the calendar area. This property is only used if the ShowDateInHint property is set to true.

This variable defaults to the LongDateFormat system string, which will display the date in the format 'Saturday, January 01, 2000'. If you would like the date to appear in a different format, set the HintDateFormat string to the desired format. To find out how to create a custom date format string, view the Delphi help on the FormatDateTime function.

See also: ShowDateInHint