Vcl.ComCtrls.TMonthCalendar.ShowToday

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ShowToday: Boolean read FShowToday write SetShowToday default 1;

C++

__property ShowToday = {default=1};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TMonthCalendar

Beschreibung

Legt fest, ob am unteren Rand des Kalenders das aktuelle (heutige) Datum angezeigt wird.

Vcl.ComCtrls.TMonthCalendar.ShowToday erbt von Vcl.ComCtrls.TCommonCalendar.ShowToday. Der folgende Inhalt bezieht sich auf Vcl.ComCtrls.TCommonCalendar.ShowToday.

Legt fest, ob am unteren Rand des Kalenders das aktuelle (heutige) Datum angezeigt wird.

Mit ShowToday legen Sie fest, ob im Kalender das aktuelle Datum (das von der Systemzeit abhängt) angezeigt wird.

Siehe auch