API:Vcl.ComCtrls.TMonthCalendar.OnGetMonthBoldInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnGetMonthBoldInfo: TOnGetMonthBoldInfoEvent read FOnGetMonthBoldInfo write FOnGetMonthBoldInfo;

C++

__property OnGetMonthBoldInfo;

Properties

Type Visibility Source Unit Parent
event published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TMonthCalendar

Description

Gets or sets the OnGetMonthBoldInfo event.

Vcl.ComCtrls.TMonthCalendar.OnGetMonthBoldInfo inherits from Vcl.ComCtrls.TCommonCalendar.OnGetMonthBoldInfo. All content below this line refers to Vcl.ComCtrls.TCommonCalendar.OnGetMonthBoldInfo.

Gets or sets the OnGetMonthBoldInfo event.

The OnGetMonthBoldInfo property gets or sets the OnGetMonthBoldInfo event of the TCommonCalendar object.

OnGetMonthBoldInfo is an event handler of type Vcl.ComCtrls.TOnGetMonthBoldInfoEvent.

See Also