Vcl.ComCtrls.TOnGetMonthBoldInfoEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

Type Visibilité  Source Unité  Parent
type
typedef
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Description

Type des gestionnaires d'événements TCommonCalendar.OnGetMonthBoldInfo et TMonthCalendar.OnGetMonthBoldInfo d'un calendrier.


TOnGetMonthBoldInfoEvent est le type des gestionnaires d'événements TCommonCalendar.OnGetMonthBoldInfo et TMonthCalendar.OnGetMonthBoldInfo d'un calendrier.

Voir aussi