TcxCalendarGetDayStateEvent Type
Declaration
TcxCalendarGetDayStateEvent = procedure(Sender: TObject; ADate: TDateTime; AState: TCustomDrawState; AFont: TFont; var ABackgroundColor: TColor) of object;
Parameters
| Name | Type |
|---|---|
| Sender | TObject |
| ADate | TDateTime |
| AState | TCustomDrawState |
| AFont | TFont |
| ABackgroundColor | TColor |
See Also