FMX.ListView.Appearances.TAppearanceListViewItems.CheckedCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

int __fastcall CheckedCount(const bool AChecked = true);

Properties

Type Visibility Source Unit Parent
function public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TAppearanceListViewItems

Description

Count items where Item.Checked = AChecked.


See Also