FMX.Calendar.Style.TStyledCalendar.DoYearChange

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

Delphi

procedure DoYearChange(Sender: TObject);

C++

void __fastcall DoYearChange(System::TObject* Sender);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.Calendar.Style.pas
FMX.Calendar.Style.hpp
FMX.Calendar.Style TStyledCalendar


説明

日付の変更に応答します。

DoYearChange は、日付が変更された際に、自動的に呼び出されます。

DoYearChange は、TCalendar の現在の日付の月を更新します(必要に応じて)。

関連項目