Vcl.ComCtrls.TOnGetMonthBoldInfoEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TOnGetMonthBoldInfoEvent = procedure(Sender: TObject; Month: LongWord; Year: LongWord;
var MonthBoldInfo: LongWord) of object;

C++

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.ComCtrls.pas
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