FMX.Calendar.Style.TStyledCalendar.TryFindDayItem
Delphi
function TryFindDayItem(const ADateTime: TDateTime): TListBoxItem;
C++
Fmx::Listbox::TListBoxItem* __fastcall TryFindDayItem(const System::TDateTime ADateTime);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | FMX.Calendar.Style.pas FMX.Calendar.Style.hpp |
FMX.Calendar.Style | TStyledCalendar |
説明
指定された ADateTime パラメータに対応する項目のインデックスです。
対応する項目が現在の月に含まれていなければ、TryFindDayItem は nil を返します。