FMX.Calendar.TCustomCalendar.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.Calendar.pas
FMX.Calendar.hpp
FMX.Calendar TCustomCalendar


説明

現在選択された日付を TDate として表します。

関連項目