FMX.ListView.Appearances.TAppearanceListViewItems.AnyChecked

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

Delphi

function AnyChecked(const AChecked: Boolean = True): Boolean;

C++

bool __fastcall AnyChecked(const bool AChecked = true);

プロパティ

種類 可視性 ソース ユニット
function public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TAppearanceListViewItems


説明

<section begin="2" /> Item.Checked = AChecked である項目がある場合、True となります。


関連項目