FMX.ListView.Appearances.TAppearanceListViewItems.CheckedCount

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

Delphi

function CheckedCount(const AChecked: Boolean = True): Integer;

C++

int __fastcall CheckedCount(const bool AChecked = true);

プロパティ

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


説明

Item.Checked = AChecked である項目を数えます。


関連項目