TTMSFNCCalendarEventItem Class
A date with an associated event badge, tooltip hint, and configurable badge color and text color.
API unit family: TMSFNCCalendar
Inherits from: TTMSFNCCalendarDateItem
Syntax
TTMSFNCCalendarEventItem = class(TTMSFNCCalendarDateItem)
Properties
| Name | Description |
|---|---|
| BadgeColor | Background color of the badge overlay; use gcNull to inherit from the global badge appearance. |
| BadgeFontColor | Color of the badge text; use gcNull to inherit from the global badge appearance. |
| BadgeValue | Numeric value displayed in the badge overlay on the event date cell; use 0 to show no number. |
| Date | The date represented by this collection item. (inherited from TTMSFNCCalendarDateItem) |
| Hint | Tooltip text shown when the user hovers over this event date. |
| ShowBadge | When True, a badge overlay is drawn on the event date cell. |