Vcl.ComCtrls.TCommonCalendar.OnGetMonthBoldInfo

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property OnGetMonthBoldInfo: TOnGetMonthBoldInfoEvent read FOnGetMonthBoldInfo write FOnGetMonthBoldInfo;

C++

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

プロパティ

種類 可視性 ソース ユニット
event protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCommonCalendar

説明

OnGetMonthBoldInfo イベントを取得または設定します。

OnGetMonthBoldInfo プロパティは、TCommonCalendar オブジェクトの OnGetMonthBoldInfo イベントを取得または設定します。

OnGetMonthBoldInfo は、Vcl.ComCtrls.TOnGetMonthBoldInfoEvent 型のイベント ハンドラです。

関連項目