Mastodon
Programmierung

MonthCal Bold Days

MonthCalendar days bold Tage Fett Markieren Kennzeichnen

[code lang=”delphi”]procedure TForm1.MonthCalendar1GetMonthInfo(Sender: TObject;
Month: Cardinal; var MonthBoldInfo: Cardinal);
var
begin
MonthCalendar1.BoldDays([1,8], MonthBoldInfo);
end;
[/code]

[1,8] simply an example of the days you want to be bold.

[tags]Delphi, Components[/tags]

0 Kommentare zu “MonthCal Bold Days

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht.