FMX.ListView.Types.IListViewCheckProvider.AnyChecked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

virtual bool __fastcall AnyChecked(const bool AChecked = true) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types IListViewCheckProvider

Description

Is a quick query to see if any or all of the items are in checked state.

If AChecked equals true means that at least one item is checked. If AChecked equals false means that every item is checked.