Vcl.ComCtrls.TOnGetMonthBoldInfoEvent

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

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);

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

説明

カレンダーのイベント ハンドラ TCommonCalendar.OnGetMonthBoldInfo および TMonthCalendar.OnGetMonthBoldInfo の型です。


TOnGetMonthBoldInfoEvent は、カレンダーのイベント ハンドラ TCommonCalendar.OnGetMonthBoldInfo および TMonthCalendar.OnGetMonthBoldInfo の型です。

関連項目