Vcl.ComCtrls.TOnGetMonthBoldInfoEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TOnGetMonthBoldInfoEvent)(System::TObject* Sender, unsigned Month, unsigned Year, unsigned &MonthBoldInfo);

Properties

Type Visibility Source Unit Parent
typedef public Vcl.ComCtrls.hpp Vcl.ComCtrls Vcl.ComCtrls

Description

Type of a calendar's TCommonCalendar.OnGetMonthBoldInfo and TMonthCalendar.OnGetMonthBoldInfo event handlers.


TOnGetMonthBoldInfoEvent is the type of a calendar's TCommonCalendar.OnGetMonthBoldInfo and TMonthCalendar.OnGetMonthBoldInfo event handlers.

See Also