FMX.Calendar.Style.TStyledCalendar.TryFindDayItem

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

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


説明

Days リストボックスの、指定された日付に一致するリストボックスの項目か、その日付に一致する表示項目がない場合には nil を返します。

TryFindDayItem を使用すると、たとえば、日付のスタイル、フォント、色などを変更することができ、TryFindDayItem では、週末の強調表示を変更することができます。

関連項目