FMX.CalendarEdit.TCustomCalendarEdit.Date

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

Delphi

property Date: TDate read GetDate write SetDate;

C++

__property System::TDate Date = {read=GetDate, write=SetDate};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.CalendarEdit.pas
FMX.CalendarEdit.hpp
FMX.CalendarEdit TCustomCalendarEdit


説明

親オブジェクトのテキスト コントロールに表示される日付を表します。

Date プロパティを変更すると、親オブジェクトのテキスト コントロールに表示される日付を変更することができます。

メモDate プロパティを変更すると、Calendar.Date プロパティも変更されます。

関連項目