Vcl.ComCtrls.TOnGetMonthBoldInfoEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Beschreibung

Typ der Ereignisbehandlungsroutinen TCommonCalendar.OnGetMonthBoldInfo und TMonthCalendar.OnGetMonthBoldInfo eines Kalenders.


TOnGetMonthBoldInfoEvent ist der Typ der Ereignisbehandlungsroutinen TCommonCalendar.OnGetMonthBoldInfo und TMonthCalendar.OnGetMonthBoldInfo eines Kalenders.

Siehe auch