Skip to main content
A newer version of this page is available. .

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