Vcl.ComCtrls.TCommonCalendar.ShowToday

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ShowToday: Boolean read FShowToday write SetShowToday default True;

C++

__property bool ShowToday = {read=FShowToday, write=SetShowToday, default=1};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCommonCalendar

Beschreibung

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