API:Vcl.ComCtrls.TMonthCalendar.ShowToday

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property ShowToday: Boolean read FShowToday write SetShowToday default 1;

C++

__property ShowToday = {default=1};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TMonthCalendar

説明

今日の日付をカレンダーの下方に表示するかどうかを示します。

Vcl.ComCtrls.TMonthCalendar.ShowToday は Vcl.ComCtrls.TCommonCalendar.ShowToday を継承しています。以下の内容はすべて Vcl.ComCtrls.TCommonCalendar.ShowToday を参照しています。

今日の日付をカレンダーの下方に表示するかどうかを示します。

ShowToday プロパティを使用すると,(システムクロックによる)今日の日付をカレンダーの下方に表示するかどうかを指定できます。

関連項目