API:Vcl.ComCtrls.TMonthCalendar.ShowToday

Aus RAD Studio API Documentation

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. {{#multireplace:Vcl.ComCtrls.TMonthCalendar.ShowToday|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:Vcl.ComCtrls.TCommonCalendar.ShowToday|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:Vcl.ComCtrls.TCommonCalendar.ShowToday|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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