TTMSFNCCalendar.OnBeforeDrawDayNumbers Event
Occurs before the calendar draws day numbers.
API unit family: TMSFNCCalendar
Declaring type: TTMSFNCCalendar
Inherited from: TTMSFNCCustomCalendar
Syntax
OnBeforeDrawDayNumbers: TTMSFNCCalendarBeforeDrawDayNumbersEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The object that raised the event. |
AGraphics |
The graphics context used for drawing. |
ARect |
The drawing rectangle. |
ADate |
The calendar date. |
AAllow |
Set to False to cancel the operation. |
ADefaultDraw |
Set to False to skip the default drawing. |