Vcl.ComCtrls.TCommonCalendar.OnGetMonthBoldInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnGetMonthBoldInfo: TOnGetMonthBoldInfoEvent read FOnGetMonthBoldInfo write FOnGetMonthBoldInfo;

C++

__property TOnGetMonthBoldInfoEvent OnGetMonthBoldInfo = {read=FOnGetMonthBoldInfo, write=FOnGetMonthBoldInfo};

Properties

Type Visibility Source Unit Parent
event protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCommonCalendar

Description

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