TTMSFNCCalendarFooter Class
Appearance settings for the calendar footer bar, including fill, stroke, font, text alignment, caption text, date display mode, height, and visibility.
API unit family: TMSFNCCalendar
Inherits from: TPersistent
Syntax
TTMSFNCCalendarFooter = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Caption | Static text shown in the footer when DateCaption is fdNone. |
| CaptionRect | Bounding rectangle of the clickable caption area within the footer bar. |
| DateCaption | Controls whether the footer shows a static caption, the selected date, or today's date. |
| Fill | Background fill of the footer bar. |
| Font | Font used to render the footer caption text. |
| Height | Height of the footer bar in pixels. |
| HorizontalTextAlign | Horizontal alignment of the footer caption text. |
| Stroke | Border stroke of the footer bar. |
| VerticalTextAlign | Vertical alignment of the footer caption text. |
| Visible | When False, the footer bar is hidden. |
Events
| Name | Description |
|---|---|
| OnChange | Fires when any footer setting changes. |