Vcl.ComCtrls.TCommonCalendar.OnGetMonthBoldInfo

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnGetMonthBoldInfo: TOnGetMonthBoldInfoEvent read FOnGetMonthBoldInfo write FOnGetMonthBoldInfo;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCommonCalendar

Beschreibung

Ermittelt oder setzt das OnGetMonthBoldInfo-Ereignis.

Mit der Eigenschaft OnGetMonthBoldInfo wird das OnGetMonthBoldInfo-Ereignis des TCommonCalendar-Objekts ermittelt oder gesetzt.

OnGetMonthBoldInfo ist eine Ereignisbehandlungsroutine des Typs Vcl.ComCtrls.TOnGetMonthBoldInfoEvent.

Siehe auch